Index: branches/1.1.x/install/install_schema.sql =================================================================== diff -u -N -r14249 -r14396 --- branches/1.1.x/install/install_schema.sql (.../install_schema.sql) (revision 14249) +++ branches/1.1.x/install/install_schema.sql (.../install_schema.sql) (revision 14396) @@ -1,5 +1,3 @@ -# place here only sql queries, that were executed on live AND dev sites !!! - CREATE TABLE Widgets ( WidgetId int(11) NOT NULL AUTO_INCREMENT, Title varchar(255) NOT NULL DEFAULT '', @@ -17,11 +15,3 @@ PRIMARY KEY (WidgetId) ); -# ===== SQLs above this line already on LIVE ================================================================================================ - -# place here only sql queries, that were executed on dev site !!! - - -# ===== SQLs above this line already on DEV ======================================================================================================== - -# place here only sql queries, that were executed on prod server !!!