Index: branches/1.2.x/install/install_schema.sql =================================================================== diff -u -N -r14250 -r14579 --- branches/1.2.x/install/install_schema.sql (.../install_schema.sql) (revision 14250) +++ branches/1.2.x/install/install_schema.sql (.../install_schema.sql) (revision 14579) @@ -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 !!!