Schema changes for SASL support
authorDaniel Albers <daniel@lbers.com>
Sun, 14 Feb 2010 10:21:57 +0000 (11:21 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 14 Feb 2010 20:59:18 +0000 (21:59 +0100)
commit9ce9e3fe0329a6736383a7a3a5bc1618f80885ca
tree4f54daa6208c334074bb49fbf8a976b65fdefbcf
parente4972a0ebce0d555d752ab2f34ffd6a6dcdef1dd
Schema changes for SASL support
174 files changed:
src/core/SQL/PostgreSQL/16/delete_backlog_by_uid.sql [moved from src/core/SQL/PostgreSQL/15/delete_backlog_by_uid.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_backlog_for_buffer.sql [moved from src/core/SQL/PostgreSQL/15/delete_backlog_for_buffer.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_backlog_for_network.sql [moved from src/core/SQL/PostgreSQL/15/delete_backlog_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_buffer_for_bufferid.sql [moved from src/core/SQL/PostgreSQL/15/delete_buffer_for_bufferid.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_buffers_by_uid.sql [moved from src/core/SQL/PostgreSQL/15/delete_buffers_by_uid.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_buffers_for_network.sql [moved from src/core/SQL/PostgreSQL/15/delete_buffers_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_identity.sql [moved from src/core/SQL/PostgreSQL/15/delete_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_ircservers_for_network.sql [moved from src/core/SQL/PostgreSQL/15/delete_ircservers_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_network.sql [moved from src/core/SQL/PostgreSQL/15/delete_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_networks_by_uid.sql [moved from src/core/SQL/PostgreSQL/15/delete_networks_by_uid.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_nicks.sql [moved from src/core/SQL/PostgreSQL/15/delete_nicks.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/delete_quasseluser.sql [moved from src/core/SQL/PostgreSQL/15/delete_quasseluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/insert_buffer.sql [moved from src/core/SQL/PostgreSQL/15/insert_buffer.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/insert_identity.sql [moved from src/core/SQL/PostgreSQL/15/insert_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/insert_message.sql [moved from src/core/SQL/PostgreSQL/15/insert_message.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/insert_network.sql [moved from src/core/SQL/PostgreSQL/15/insert_network.sql with 79% similarity]
src/core/SQL/PostgreSQL/16/insert_nick.sql [moved from src/core/SQL/PostgreSQL/15/insert_nick.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/insert_quasseluser.sql [moved from src/core/SQL/PostgreSQL/15/insert_quasseluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/insert_sender.sql [moved from src/core/SQL/PostgreSQL/15/insert_sender.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/insert_server.sql [moved from src/core/SQL/PostgreSQL/15/insert_server.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/insert_user_setting.sql [moved from src/core/SQL/PostgreSQL/15/insert_user_setting.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_backlog.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_backlog.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_buffer.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_buffer.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_identity.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_identity_nick.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_identity_nick.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_ircserver.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_ircserver.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_network.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_network.sql with 79% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_quasseluser.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_quasseluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_sender.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_sender.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/migrate_write_usersetting.sql [moved from src/core/SQL/PostgreSQL/15/migrate_write_usersetting.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_authuser.sql [moved from src/core/SQL/PostgreSQL/15/select_authuser.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_bufferByName.sql [moved from src/core/SQL/PostgreSQL/15/select_bufferByName.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_bufferExists.sql [moved from src/core/SQL/PostgreSQL/15/select_bufferExists.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_buffer_by_id.sql [moved from src/core/SQL/PostgreSQL/15/select_buffer_by_id.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_buffer_lastseen_messages.sql [moved from src/core/SQL/PostgreSQL/15/select_buffer_lastseen_messages.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_buffer_markerlinemsgids.sql [moved from src/core/SQL/PostgreSQL/15/select_buffer_markerlinemsgids.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_buffers.sql [moved from src/core/SQL/PostgreSQL/15/select_buffers.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_buffers_for_network.sql [moved from src/core/SQL/PostgreSQL/15/select_buffers_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_checkidentity.sql [moved from src/core/SQL/PostgreSQL/15/select_checkidentity.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_connected_networks.sql [moved from src/core/SQL/PostgreSQL/15/select_connected_networks.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_identities.sql [moved from src/core/SQL/PostgreSQL/15/select_identities.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_internaluser.sql [moved from src/core/SQL/PostgreSQL/15/select_internaluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_messages.sql [moved from src/core/SQL/PostgreSQL/15/select_messages.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_messagesAll.sql [moved from src/core/SQL/PostgreSQL/15/select_messagesAll.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_messagesAllNew.sql [moved from src/core/SQL/PostgreSQL/15/select_messagesAllNew.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_messagesNewerThan.sql [moved from src/core/SQL/PostgreSQL/15/select_messagesNewerThan.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_messagesRange.sql [moved from src/core/SQL/PostgreSQL/15/select_messagesRange.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_networkExists.sql [moved from src/core/SQL/PostgreSQL/15/select_networkExists.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_network_awaymsg.sql [moved from src/core/SQL/PostgreSQL/15/select_network_awaymsg.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_network_usermode.sql [moved from src/core/SQL/PostgreSQL/15/select_network_usermode.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_networks_for_user.sql [moved from src/core/SQL/SQLite/16/select_networks_for_user.sql with 69% similarity]
src/core/SQL/PostgreSQL/16/select_nicks.sql [moved from src/core/SQL/PostgreSQL/15/select_nicks.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_persistent_channels.sql [moved from src/core/SQL/PostgreSQL/15/select_persistent_channels.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_servers_for_network.sql [moved from src/core/SQL/PostgreSQL/15/select_servers_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_user_setting.sql [moved from src/core/SQL/PostgreSQL/15/select_user_setting.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/select_userid.sql [moved from src/core/SQL/PostgreSQL/15/select_userid.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_000_quasseluser.sql [moved from src/core/SQL/PostgreSQL/15/setup_000_quasseluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_010_sender.sql [moved from src/core/SQL/PostgreSQL/15/setup_010_sender.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_020_identity.sql [moved from src/core/SQL/PostgreSQL/15/setup_020_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_030_identity_nick.sql [moved from src/core/SQL/PostgreSQL/15/setup_030_identity_nick.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_040_network.sql [moved from src/core/SQL/PostgreSQL/15/setup_040_network.sql with 91% similarity]
src/core/SQL/PostgreSQL/16/setup_050_buffer.sql [moved from src/core/SQL/PostgreSQL/15/setup_050_buffer.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_060_backlog.sql [moved from src/core/SQL/PostgreSQL/15/setup_060_backlog.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_070_coreinfo.sql [moved from src/core/SQL/PostgreSQL/15/setup_070_coreinfo.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_080_ircservers.sql [moved from src/core/SQL/PostgreSQL/15/setup_080_ircservers.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_090_backlog_idx.sql [moved from src/core/SQL/PostgreSQL/15/setup_090_backlog_idx.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_100_user_setting.sql [moved from src/core/SQL/PostgreSQL/15/setup_100_user_setting.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_110_alter_sender_seq.sql [moved from src/core/SQL/PostgreSQL/15/setup_110_alter_sender_seq.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/setup_120_alter_messageid_seq.sql [moved from src/core/SQL/PostgreSQL/15/setup_120_alter_messageid_seq.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_backlog_bufferid.sql [moved from src/core/SQL/PostgreSQL/15/update_backlog_bufferid.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_buffer_lastseen.sql [moved from src/core/SQL/PostgreSQL/15/update_buffer_lastseen.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_buffer_markerlinemsgid.sql [moved from src/core/SQL/PostgreSQL/15/update_buffer_markerlinemsgid.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_buffer_name.sql [moved from src/core/SQL/PostgreSQL/15/update_buffer_name.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_buffer_persistent_channel.sql [moved from src/core/SQL/PostgreSQL/15/update_buffer_persistent_channel.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_buffer_set_channel_key.sql [moved from src/core/SQL/PostgreSQL/15/update_buffer_set_channel_key.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_identity.sql [moved from src/core/SQL/PostgreSQL/15/update_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_network.sql [moved from src/core/SQL/PostgreSQL/15/update_network.sql with 83% similarity]
src/core/SQL/PostgreSQL/16/update_network_connected.sql [moved from src/core/SQL/PostgreSQL/15/update_network_connected.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_network_set_awaymsg.sql [moved from src/core/SQL/PostgreSQL/15/update_network_set_awaymsg.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_network_set_usermode.sql [moved from src/core/SQL/PostgreSQL/15/update_network_set_usermode.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_user_setting.sql [moved from src/core/SQL/PostgreSQL/15/update_user_setting.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_username.sql [moved from src/core/SQL/PostgreSQL/15/update_username.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/update_userpassword.sql [moved from src/core/SQL/PostgreSQL/15/update_userpassword.sql with 100% similarity]
src/core/SQL/PostgreSQL/16/upgrade_000_alter_network_add_sasl.sql [new file with mode: 0644]
src/core/SQL/SQLite/17/delete_backlog_by_uid.sql [moved from src/core/SQL/SQLite/16/delete_backlog_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_backlog_for_buffer.sql [moved from src/core/SQL/SQLite/16/delete_backlog_for_buffer.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_backlog_for_network.sql [moved from src/core/SQL/SQLite/16/delete_backlog_for_network.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_buffer_for_bufferid.sql [moved from src/core/SQL/SQLite/16/delete_buffer_for_bufferid.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_buffers_by_uid.sql [moved from src/core/SQL/SQLite/16/delete_buffers_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_buffers_for_network.sql [moved from src/core/SQL/SQLite/16/delete_buffers_for_network.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_identity.sql [moved from src/core/SQL/SQLite/16/delete_identity.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_ircservers_for_network.sql [moved from src/core/SQL/SQLite/16/delete_ircservers_for_network.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_network.sql [moved from src/core/SQL/SQLite/16/delete_network.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_networks_by_uid.sql [moved from src/core/SQL/SQLite/16/delete_networks_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_nicks.sql [moved from src/core/SQL/SQLite/16/delete_nicks.sql with 100% similarity]
src/core/SQL/SQLite/17/delete_quasseluser.sql [moved from src/core/SQL/SQLite/16/delete_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/17/insert_buffer.sql [moved from src/core/SQL/SQLite/16/insert_buffer.sql with 100% similarity]
src/core/SQL/SQLite/17/insert_identity.sql [moved from src/core/SQL/SQLite/16/insert_identity.sql with 100% similarity]
src/core/SQL/SQLite/17/insert_message.sql [moved from src/core/SQL/SQLite/16/insert_message.sql with 100% similarity]
src/core/SQL/SQLite/17/insert_network.sql [moved from src/core/SQL/SQLite/16/insert_network.sql with 79% similarity]
src/core/SQL/SQLite/17/insert_nick.sql [moved from src/core/SQL/SQLite/16/insert_nick.sql with 100% similarity]
src/core/SQL/SQLite/17/insert_quasseluser.sql [moved from src/core/SQL/SQLite/16/insert_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/17/insert_sender.sql [moved from src/core/SQL/SQLite/16/insert_sender.sql with 100% similarity]
src/core/SQL/SQLite/17/insert_server.sql [moved from src/core/SQL/SQLite/16/insert_server.sql with 100% similarity]
src/core/SQL/SQLite/17/insert_user_setting.sql [moved from src/core/SQL/SQLite/16/insert_user_setting.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_backlog.sql [moved from src/core/SQL/SQLite/16/migrate_read_backlog.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_buffer.sql [moved from src/core/SQL/SQLite/16/migrate_read_buffer.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_identity.sql [moved from src/core/SQL/SQLite/16/migrate_read_identity.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_identity_nick.sql [moved from src/core/SQL/SQLite/16/migrate_read_identity_nick.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_ircserver.sql [moved from src/core/SQL/SQLite/16/migrate_read_ircserver.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_network.sql [moved from src/core/SQL/SQLite/16/migrate_read_network.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_quasseluser.sql [moved from src/core/SQL/SQLite/16/migrate_read_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_sender.sql [moved from src/core/SQL/SQLite/16/migrate_read_sender.sql with 100% similarity]
src/core/SQL/SQLite/17/migrate_read_usersetting.sql [moved from src/core/SQL/SQLite/16/migrate_read_usersetting.sql with 100% similarity]
src/core/SQL/SQLite/17/select_authuser.sql [moved from src/core/SQL/SQLite/16/select_authuser.sql with 100% similarity]
src/core/SQL/SQLite/17/select_bufferByName.sql [moved from src/core/SQL/SQLite/16/select_bufferByName.sql with 100% similarity]
src/core/SQL/SQLite/17/select_bufferExists.sql [moved from src/core/SQL/SQLite/16/select_bufferExists.sql with 100% similarity]
src/core/SQL/SQLite/17/select_buffer_by_id.sql [moved from src/core/SQL/SQLite/16/select_buffer_by_id.sql with 100% similarity]
src/core/SQL/SQLite/17/select_buffer_lastseen_messages.sql [moved from src/core/SQL/SQLite/16/select_buffer_lastseen_messages.sql with 100% similarity]
src/core/SQL/SQLite/17/select_buffer_markerlinemsgids.sql [moved from src/core/SQL/SQLite/16/select_buffer_markerlinemsgids.sql with 100% similarity]
src/core/SQL/SQLite/17/select_buffers.sql [moved from src/core/SQL/SQLite/16/select_buffers.sql with 100% similarity]
src/core/SQL/SQLite/17/select_buffers_for_merge.sql [moved from src/core/SQL/SQLite/16/select_buffers_for_merge.sql with 100% similarity]
src/core/SQL/SQLite/17/select_buffers_for_network.sql [moved from src/core/SQL/SQLite/16/select_buffers_for_network.sql with 100% similarity]
src/core/SQL/SQLite/17/select_checkidentity.sql [moved from src/core/SQL/SQLite/16/select_checkidentity.sql with 100% similarity]
src/core/SQL/SQLite/17/select_connected_networks.sql [moved from src/core/SQL/SQLite/16/select_connected_networks.sql with 100% similarity]
src/core/SQL/SQLite/17/select_identities.sql [moved from src/core/SQL/SQLite/16/select_identities.sql with 100% similarity]
src/core/SQL/SQLite/17/select_internaluser.sql [moved from src/core/SQL/SQLite/16/select_internaluser.sql with 100% similarity]
src/core/SQL/SQLite/17/select_messages.sql [moved from src/core/SQL/SQLite/16/select_messages.sql with 100% similarity]
src/core/SQL/SQLite/17/select_messagesAll.sql [moved from src/core/SQL/SQLite/16/select_messagesAll.sql with 100% similarity]
src/core/SQL/SQLite/17/select_messagesAllNew.sql [moved from src/core/SQL/SQLite/16/select_messagesAllNew.sql with 100% similarity]
src/core/SQL/SQLite/17/select_messagesNewerThan.sql [moved from src/core/SQL/SQLite/16/select_messagesNewerThan.sql with 100% similarity]
src/core/SQL/SQLite/17/select_messagesNewestK.sql [moved from src/core/SQL/SQLite/16/select_messagesNewestK.sql with 100% similarity]
src/core/SQL/SQLite/17/select_networkExists.sql [moved from src/core/SQL/SQLite/16/select_networkExists.sql with 100% similarity]
src/core/SQL/SQLite/17/select_network_awaymsg.sql [moved from src/core/SQL/SQLite/16/select_network_awaymsg.sql with 100% similarity]
src/core/SQL/SQLite/17/select_network_usermode.sql [moved from src/core/SQL/SQLite/16/select_network_usermode.sql with 100% similarity]
src/core/SQL/SQLite/17/select_networks_for_user.sql [moved from src/core/SQL/PostgreSQL/15/select_networks_for_user.sql with 69% similarity]
src/core/SQL/SQLite/17/select_nicks.sql [moved from src/core/SQL/SQLite/16/select_nicks.sql with 100% similarity]
src/core/SQL/SQLite/17/select_persistent_channels.sql [moved from src/core/SQL/SQLite/16/select_persistent_channels.sql with 100% similarity]
src/core/SQL/SQLite/17/select_servers_for_network.sql [moved from src/core/SQL/SQLite/16/select_servers_for_network.sql with 100% similarity]
src/core/SQL/SQLite/17/select_user_setting.sql [moved from src/core/SQL/SQLite/16/select_user_setting.sql with 100% similarity]
src/core/SQL/SQLite/17/select_userid.sql [moved from src/core/SQL/SQLite/16/select_userid.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_000_quasseluser.sql [moved from src/core/SQL/SQLite/16/setup_000_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_010_sender.sql [moved from src/core/SQL/SQLite/16/setup_010_sender.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_020_network.sql [moved from src/core/SQL/SQLite/16/setup_020_network.sql with 92% similarity]
src/core/SQL/SQLite/17/setup_030_buffer.sql [moved from src/core/SQL/SQLite/16/setup_030_buffer.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_040_buffer_idx.sql [moved from src/core/SQL/SQLite/16/setup_040_buffer_idx.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_050_buffer_cname_idx.sql [moved from src/core/SQL/SQLite/16/setup_050_buffer_cname_idx.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_060_backlog.sql [moved from src/core/SQL/SQLite/16/setup_060_backlog.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_070_coreinfo.sql [moved from src/core/SQL/SQLite/16/setup_070_coreinfo.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_080_ircservers.sql [moved from src/core/SQL/SQLite/16/setup_080_ircservers.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_090_backlog_idx.sql [moved from src/core/SQL/SQLite/16/setup_090_backlog_idx.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_100_backlog_idx2.sql [moved from src/core/SQL/SQLite/16/setup_100_backlog_idx2.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_110_buffer_user_idx.sql [moved from src/core/SQL/SQLite/16/setup_110_buffer_user_idx.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_120_user_setting.sql [moved from src/core/SQL/SQLite/16/setup_120_user_setting.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_130_identity.sql [moved from src/core/SQL/SQLite/16/setup_130_identity.sql with 100% similarity]
src/core/SQL/SQLite/17/setup_140_identity_nick.sql [moved from src/core/SQL/SQLite/16/setup_140_identity_nick.sql with 100% similarity]
src/core/SQL/SQLite/17/update_backlog_bufferid.sql [moved from src/core/SQL/SQLite/16/update_backlog_bufferid.sql with 100% similarity]
src/core/SQL/SQLite/17/update_buffer_lastseen.sql [moved from src/core/SQL/SQLite/16/update_buffer_lastseen.sql with 100% similarity]
src/core/SQL/SQLite/17/update_buffer_markerlinemsgid.sql [moved from src/core/SQL/SQLite/16/update_buffer_markerlinemsgid.sql with 100% similarity]
src/core/SQL/SQLite/17/update_buffer_name.sql [moved from src/core/SQL/SQLite/16/update_buffer_name.sql with 100% similarity]
src/core/SQL/SQLite/17/update_buffer_persistent_channel.sql [moved from src/core/SQL/SQLite/16/update_buffer_persistent_channel.sql with 100% similarity]
src/core/SQL/SQLite/17/update_buffer_set_channel_key.sql [moved from src/core/SQL/SQLite/16/update_buffer_set_channel_key.sql with 100% similarity]
src/core/SQL/SQLite/17/update_identity.sql [moved from src/core/SQL/SQLite/16/update_identity.sql with 100% similarity]
src/core/SQL/SQLite/17/update_network.sql [moved from src/core/SQL/SQLite/16/update_network.sql with 83% similarity]
src/core/SQL/SQLite/17/update_network_connected.sql [moved from src/core/SQL/SQLite/16/update_network_connected.sql with 100% similarity]
src/core/SQL/SQLite/17/update_network_set_awaymsg.sql [moved from src/core/SQL/SQLite/16/update_network_set_awaymsg.sql with 100% similarity]
src/core/SQL/SQLite/17/update_network_set_usermode.sql [moved from src/core/SQL/SQLite/16/update_network_set_usermode.sql with 100% similarity]
src/core/SQL/SQLite/17/update_user_setting.sql [moved from src/core/SQL/SQLite/16/update_user_setting.sql with 100% similarity]
src/core/SQL/SQLite/17/update_username.sql [moved from src/core/SQL/SQLite/16/update_username.sql with 100% similarity]
src/core/SQL/SQLite/17/update_userpassword.sql [moved from src/core/SQL/SQLite/16/update_userpassword.sql with 100% similarity]
src/core/SQL/SQLite/17/upgrade_000_alter_network_add_sasl.sql [new file with mode: 0644]
src/core/SQL/SQLite/17/upgrade_001_alter_network_add_sasl.sql [new file with mode: 0644]
src/core/SQL/SQLite/17/upgrade_002_alter_network_add_sasl.sql [new file with mode: 0644]
src/core/sql.qrc