diff options
| author | Philipp Sehmisch <crush@themanaworld.org> | 2009-03-05 19:40:40 +0100 |
|---|---|---|
| committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-03-05 19:40:40 +0100 |
| commit | 6f60667b2671104365c7fcfa7866064e04d50156 (patch) | |
| tree | 2161adc2f40bcc0fc61baf2b92508eda160e1a6f /src/sql/sqlite/createTables.sql | |
| parent | 8abc32b07bd86a45be9863ec9ae8ca1fdb4d3e75 (diff) | |
| parent | 7ae5cf4b6d17a85a010c1eb3262d340e94f44e77 (diff) | |
| download | manaserv-6f60667b2671104365c7fcfa7866064e04d50156.tar.gz manaserv-6f60667b2671104365c7fcfa7866064e04d50156.tar.xz manaserv-6f60667b2671104365c7fcfa7866064e04d50156.zip | |
Merge branch 'master' of git@gitorious.org:tmwserv/mainline
Diffstat (limited to 'src/sql/sqlite/createTables.sql')
| -rw-r--r-- | src/sql/sqlite/createTables.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sql/sqlite/createTables.sql b/src/sql/sqlite/createTables.sql index 68d4ed5..11478d9 100644 --- a/src/sql/sqlite/createTables.sql +++ b/src/sql/sqlite/createTables.sql @@ -212,6 +212,14 @@ CREATE TABLE tmw_post_attachments CREATE INDEX tmw_post_attachments_ltr ON tmw_post_attachments ( letter_id ); CREATE INDEX tmw_post_attachments_itm ON tmw_post_attachments ( item_id ); +CREATE TABLE tmw_transactions +( + id INTEGER PRIMARY KEY, + char_id INTEGER NOT NULL, + action INTEGER NOT NULL, + message TEXT, + time INTEGER NOT NULL, +); CREATE TABLE tmw_online_list ( |
