Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sqlobject_history/2008-05-29/SMTPAccount_sqlite.sql')
-rw-r--r--sqlobject_history/2008-05-29/SMTPAccount_sqlite.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqlobject_history/2008-05-29/SMTPAccount_sqlite.sql b/sqlobject_history/2008-05-29/SMTPAccount_sqlite.sql
new file mode 100644
index 0000000..f116a5c
--- /dev/null
+++ b/sqlobject_history/2008-05-29/SMTPAccount_sqlite.sql
@@ -0,0 +1,7 @@
+-- Exported definition from 2008-05-29T19:26:03
+-- Class jmc.model.account.SMTPAccount
+-- Database: sqlite
+CREATE TABLE smtp_account (
+ id INTEGER PRIMARY KEY,
+ child_name VARCHAR(255)
+)