Files
mostlymatter/db/migrations/postgres/000085_fileinfo_add_archived_column.up.sql
Harshil Sharma b13d5e7466 Added Archived column to FileInfo (#20164)
* Added Archived column to FileInfo

* fixed typo

* Added new column to store column list

* Fixing tests

* Updated migration number to syncup with master
2022-05-23 12:15:56 +05:30

2 строки
87 B
SQL

ALTER TABLE fileinfo ADD COLUMN IF NOT EXISTS archived boolean NOT NULL DEFAULT false;