Store SQL schema
darcs-hash:20071106175035-86b55-fd8bf37dcfbc702354d68362af52ac88c6c35eb0.gz
This commit is contained in:
9
sqlobject_history/2007-11-05/IMAPAccount_sqlite.sql
Normal file
9
sqlobject_history/2007-11-05/IMAPAccount_sqlite.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Exported definition from 2007-11-05T19:02:34
|
||||
-- Class jmc.model.account.IMAPAccount
|
||||
-- Database: sqlite
|
||||
CREATE TABLE imap_account (
|
||||
id INTEGER PRIMARY KEY,
|
||||
mailbox TEXT,
|
||||
delimiter TEXT,
|
||||
child_name VARCHAR(255)
|
||||
)
|
||||
18
sqlobject_history/2007-11-05/MailAccount_sqlite.sql
Normal file
18
sqlobject_history/2007-11-05/MailAccount_sqlite.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
-- Exported definition from 2007-11-05T19:02:34
|
||||
-- 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)
|
||||
)
|
||||
9
sqlobject_history/2007-11-05/POP3Account_sqlite.sql
Normal file
9
sqlobject_history/2007-11-05/POP3Account_sqlite.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Exported definition from 2007-11-05T19:02:34
|
||||
-- Class jmc.model.account.POP3Account
|
||||
-- Database: sqlite
|
||||
CREATE TABLE po_p3_account (
|
||||
id INTEGER PRIMARY KEY,
|
||||
nb_mail INT,
|
||||
lastmail INT,
|
||||
child_name VARCHAR(255)
|
||||
)
|
||||
16
sqlobject_history/2007-11-05/SMTPAccount_sqlite.sql
Normal file
16
sqlobject_history/2007-11-05/SMTPAccount_sqlite.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
-- Exported definition from 2007-11-05T19:02:34
|
||||
-- Class jmc.model.account.SMTPAccount
|
||||
-- Database: sqlite
|
||||
CREATE TABLE smtp_account (
|
||||
id INTEGER PRIMARY KEY,
|
||||
login TEXT,
|
||||
password TEXT,
|
||||
host TEXT,
|
||||
port INT,
|
||||
tls TINYINT,
|
||||
store_password TINYINT,
|
||||
waiting_password_reply TINYINT,
|
||||
default_from TEXT,
|
||||
default_account TINYINT,
|
||||
child_name VARCHAR(255)
|
||||
)
|
||||
Reference in New Issue
Block a user