Add upgrade sql scripts
Ignore-this: dd6070080d744fb40683f0ff4421bf9c darcs-hash:20090217200445-86b55-d3e2a47f7830be8d887e1101e4ca3e9e6912e3dd.gz
This commit is contained in:
14
sqlobject_history/2009-02-17/Account_sqlite.sql
Normal file
14
sqlobject_history/2009-02-17/Account_sqlite.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Exported definition from 2009-02-17T13:58:34
|
||||
-- Class jcl.model.account.Account
|
||||
-- Database: sqlite
|
||||
CREATE TABLE account (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name TEXT,
|
||||
jid TEXT,
|
||||
status TEXT,
|
||||
error TEXT,
|
||||
enabled BOOLEAN,
|
||||
lastlogin TIMESTAMP,
|
||||
user_table_id INT CONSTRAINT user_table_id_exists REFERENCES user_table(id),
|
||||
child_name VARCHAR (255)
|
||||
);
|
||||
Reference in New Issue
Block a user