Skip to content

Commit 744d816

Browse files
committed
alter help_thread table to add more meta data
1 parent 0392b20 commit 744d816

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE help_threads ADD ticket_status INTEGER DEFAULT 0;
2+
ALTER TABLE help_threads ADD tag TEXT DEFAULT 'none';
3+
ALTER TABLE help_threads ADD closed_at TIMESTAMP NULL;

0 commit comments

Comments
 (0)