Store error as string in account instead of just a boolean (in_error)
darcs-hash:20071204171250-86b55-759d1ea8fe52fb896fa59cddd915a872ef601f7d.gz
This commit is contained in:
10
sqlobject_history/2007-12-04/LegacyJID_sqlite.sql
Normal file
10
sqlobject_history/2007-12-04/LegacyJID_sqlite.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Exported definition from 2007-12-04T17:57:39
|
||||
-- Class jcl.model.account.LegacyJID
|
||||
-- Database: sqlite
|
||||
CREATE TABLE legacy_j_id (
|
||||
id INTEGER PRIMARY KEY,
|
||||
legacy_address TEXT,
|
||||
jid TEXT,
|
||||
account_id INT CONSTRAINT account_id_exists REFERENCES account(id) ,
|
||||
child_name VARCHAR(255)
|
||||
)
|
||||
Reference in New Issue
Block a user