]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/sql/sqlengine.h
Add utc_offset and display_time_shift columns to conference database.
[toast/confclerk.git] / src / sql / sqlengine.h
index 0a0c2778f6efe680595f89e8eb46bef61ddfc44f..a428e7418c6a003374519968373b0794d65937b7 100644 (file)
@@ -50,6 +50,7 @@ class SqlEngine : public QObject {
         int dbSchemaVersion();
         /// called by createOrUpdateDbSchema. Do not use directly. true for success.
         bool updateDbSchemaVersion000To001();
+        bool updateDbSchemaVersion001To002();
         /// called by createOrUpdateDbSchma. Do not use directly. true for success.
         bool createCurrentDbSchema();
         /// creates the current database schema if an empty database is found,