mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-15 04:22:25 +03:00
Updated sorting migration
This commit is contained in:
parent
f9bd853ed1
commit
ffeda6a86b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Migration_Add_sort_column_to_service_table extends EA_Migration {
|
|||
'type' => 'INT',
|
||||
'constraint' => '11',
|
||||
'default' => '0',
|
||||
'after' => 'delete_datetime'
|
||||
'after' => 'id'
|
||||
]
|
||||
];
|
||||
|
Loading…
Reference in a new issue