# # ChangeLog for src/dbschema001.sql # # Generated by Trac 1.2.3 # 08/17/22 22:26:07 Sat, 21 Jan 2017 00:06:37 GMT gregor herrmann [95db98d] * src/dbschema001.sql (modified) whitespace Fri, 20 Jan 2017 19:33:09 GMT Philipp Spitzer [3cd9fe6] * src/dbschema001.sql (modified) * src/mvc/event.cpp (modified) * src/mvc/event.h (modified) favourite is now tristate instead of bool. Tue, 19 Mar 2013 20:00:01 GMT Philipp Spitzer [9457aed] * src/dbschema000to001.sql (modified) * src/dbschema001.sql (modified) Added comments to the SQL statements (back in October). Tue, 25 Sep 2012 19:10:30 GMT Philipp Spitzer [38b61bc] * src/dbschema001.sql (modified) Changed table names to have small letters. Tue, 25 Sep 2012 18:34:57 GMT Philipp Spitzer [4403ab4] * src/dbschema001.sql (modified) Changed coding style of sql file. Tue, 25 Sep 2012 18:27:42 GMT Philipp Spitzer [14c46c7] * src/dbschema001.sql (modified) Suggestion for database schema version 001. Tue, 04 Sep 2012 21:57:13 GMT Philipp Spitzer [61346c9] * src/app/main.cpp (modified) * src/db.qrc (modified) * src/dbschema000.sql (moved) * src/dbschema001.sql (added) * src/gui/mainwindow.cpp (modified) * src/gui/mainwindow.h (modified) * src/gui/searchtabcontainer.cpp (modified) * src/gui/searchtabcontainer.h (modified) * src/mvc/conference.cpp (modified) * src/mvc/conference.h (modified) * src/sql/schedulexmlparser.cpp (modified) * src/sql/schedulexmlparser.h (modified) * src/sql/sqlengine.cpp (modified) * src/sql/sqlengine.h (modified) Restructured the SqlEngine. Not yet finished (see "TODO" in the code).