mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-21 13:51:29 +00:00
Show spam aliases #
This commit is contained in:
6
data/web/rc/SQL/sqlite/2013011000.sql
Normal file
6
data/web/rc/SQL/sqlite/2013011000.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Updates from version 0.9-beta
|
||||
|
||||
CREATE TABLE IF NOT EXISTS system (
|
||||
name varchar(64) NOT NULL PRIMARY KEY,
|
||||
value text NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user