adjust MySQL database - postgres and sqlite are missing!
This commit is contained in:
14
SQL/mysql/2019121300.sql
Normal file
14
SQL/mysql/2019121300.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
ALTER TABLE
|
||||
ident_switch
|
||||
ADD COLUMN
|
||||
drafts_mbox
|
||||
varchar(64),
|
||||
ADD COLUMN
|
||||
sent_mbox
|
||||
varchar(64),
|
||||
ADD COLUMN
|
||||
junk_mbox
|
||||
varchar(64),
|
||||
ADD COLUMN
|
||||
trash_mbox
|
||||
varchar(64);
|
||||
Reference in New Issue
Block a user