created script to add is archived column in incident channel (#251)
This commit is contained in:
committed by
GitHub
parent
c3bab21f0c
commit
b82ee82479
2
db/migration/000003_add_is_archived_column.up.sql
Normal file
2
db/migration/000003_add_is_archived_column.up.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE incident_channel
|
||||
ADD COLUMN IF NOT EXISTS is_archived boolean;
|
||||
Reference in New Issue
Block a user