Updated sorting migration

This commit is contained in:
Eero Jääskeläinen 2024-02-26 13:17:51 +02:00
parent f9bd853ed1
commit ffeda6a86b

View file

@ -24,7 +24,7 @@ class Migration_Add_sort_column_to_service_table extends EA_Migration {
'type' => 'INT', 'type' => 'INT',
'constraint' => '11', 'constraint' => '11',
'default' => '0', 'default' => '0',
'after' => 'delete_datetime' 'after' => 'id'
] ]
]; ];