actual-server/migrations/1616167010796_accounts_order.sql

6 lines
78 B
MySQL
Raw Normal View History

2022-03-31 17:19:08 +00:00
BEGIN TRANSACTION;
ALTER TABLE accounts ADD COLUMN sort_order REAL;
COMMIT;