X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupgradeSchema.sh;h=2f30a118359e2f3a989a6ca72111fc54952eea67;hp=21b22b22f5dd9f452afec8c3660b0ea3354e86f7;hb=7763ad0228173114ce1599176fbad6321dd59e94;hpb=1e936d5f780e6fd410f114980057d48477435d83 diff --git a/src/core/SQL/upgradeSchema.sh b/src/core/SQL/upgradeSchema.sh index 21b22b22..2f30a118 100755 --- a/src/core/SQL/upgradeSchema.sh +++ b/src/core/SQL/upgradeSchema.sh @@ -33,9 +33,12 @@ # > Modify 'SQLite/##/migrate_read_ircserver.sql' to select from new column # > Modify 'PostgreSQL/##/migrate_write_ircserver.sql' to insert to new column # -# 5. Add the new SQL queries to 'src/core/sql.qrc', update all existing files +# 5. Update the SQL resource file; re-run CMake if needed # -# You may need to re-run CMake to detect these changes. +# The easy way: run "updateSQLResource.sh" in this directory. +# +# The manual way: +# Add the new SQL queries to 'src/core/sql.qrc', update all existing files. # # [Example] Modifying the 'ircserver' table to add column 'test' # > Add the new upgrade script...