diff options
Diffstat (limited to 'updates/2.00-to-x.xx.sql')
-rw-r--r-- | updates/2.00-to-x.xx.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/updates/2.00-to-x.xx.sql b/updates/2.00-to-x.xx.sql index 2e9309519..ae894d654 100644 --- a/updates/2.00-to-x.xx.sql +++ b/updates/2.00-to-x.xx.sql @@ -1,3 +1,11 @@ +# 05/04/2001: + +CREATE TABLE variable ( + name varchar(32) DEFAULT '' NOT NULL, + value varchar(128) DEFAULT '' NOT NULL, + PRIMARY KEY (name) +); + # 01/04/2001: CREATE TABLE access ( |