1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-17 20:01:31 +00:00
Files
mailcow-dockerized/data/web/rc/SQL/postgres/2013011000.sql
2017-02-21 22:27:11 +01:00

5 lines
85 B
SQL

CREATE TABLE "system" (
name varchar(64) NOT NULL PRIMARY KEY,
value text
);