* Added Archived column to FileInfo * fixed typo * Added new column to store column list * Fixing tests * Updated migration number to syncup with master
2 строки
87 B
SQL
2 строки
87 B
SQL
ALTER TABLE fileinfo ADD COLUMN IF NOT EXISTS archived boolean NOT NULL DEFAULT false;
|