[Rt-commit] rtfm branch, queue-specific-topics, updated. 2d18dd9fc74f2e5ffa074acc2e3a992f62cece82

? sunnavy sunnavy at bestpractical.com
Sun Oct 24 22:51:08 EDT 2010


The branch, queue-specific-topics has been updated
       via  2d18dd9fc74f2e5ffa074acc2e3a992f62cece82 (commit)
      from  2b8248dd11de306de360cc44fcd3c96fce2332a4 (commit)

Summary of changes:
 etc/schema.SQLite |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 2d18dd9fc74f2e5ffa074acc2e3a992f62cece82
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Oct 25 10:50:23 2010 +0800

    syntax fix

diff --git a/etc/schema.SQLite b/etc/schema.SQLite
index 0e1c69a..7310a90 100644
--- a/etc/schema.SQLite
+++ b/etc/schema.SQLite
@@ -48,9 +48,9 @@ CREATE TABLE FM_ObjectClasses (
 id INTEGER PRIMARY KEY,
 Topic integer NOT NULL,
 ObjectType varchar(64) NOT NULL DEFAULT '',
-ObjectId integer NOT NULL
+ObjectId integer NOT NULL,
 Creator integer NOT NULL DEFAULT 0,
 Created TIMESTAMP NULL,
 LastUpdatedBy integer NOT NULL DEFAULT 0,
-LastUpdated TIMESTAMP NULL,
+LastUpdated TIMESTAMP NULL
 );

-----------------------------------------------------------------------


More information about the Rt-commit mailing list