Store error as string in account instead of just a boolean (in_error)
darcs-hash:20071204171250-86b55-759d1ea8fe52fb896fa59cddd915a872ef601f7d.gz
This commit is contained in:
18
sqlobject_history/2007-12-04/MailAccount_sqlite.sql
Normal file
18
sqlobject_history/2007-12-04/MailAccount_sqlite.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
-- Exported definition from 2007-12-04T17:57:39
|
||||
-- Class jmc.model.account.MailAccount
|
||||
-- Database: sqlite
|
||||
CREATE TABLE mail_account (
|
||||
id INTEGER PRIMARY KEY,
|
||||
login TEXT,
|
||||
password TEXT,
|
||||
host TEXT,
|
||||
port INT,
|
||||
_ssl TINYINT,
|
||||
_interval INT,
|
||||
store_password TINYINT,
|
||||
live_email_only TINYINT,
|
||||
lastcheck INT,
|
||||
waiting_password_reply TINYINT,
|
||||
first_check TINYINT,
|
||||
child_name VARCHAR(255)
|
||||
)
|
||||
Reference in New Issue
Block a user