------------------------------------------------------------ revno: 1021 committer: bassel <[email protected]> branch nick: aikiframework timestamp: Sun 2012-01-15 02:22:15 +0200 message: added last_change field to aiki_widgets on my way to make sync happen modified: sql/CreateTables.sql
-- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk Your team Aiki Framework Developers is subscribed to branch lp:aikiframework. To unsubscribe from this branch go to https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'sql/CreateTables.sql' --- sql/CreateTables.sql 2011-11-12 20:50:56 +0000 +++ sql/CreateTables.sql 2012-01-15 00:22:15 +0000 @@ -351,6 +351,7 @@ is_active int(1) NOT NULL, widget_owner int(9) unsigned NOT NULL default '2', widget_privilege varchar(1) NOT NULL default 'w', + last_change int(11) NOT NULL, PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

