Separate persistency for marker line (backend only)
authorMarcus Eggenberger <egs@quassel-irc.org>
Sun, 1 Nov 2009 13:11:31 +0000 (14:11 +0100)
committerMarcus Eggenberger <egs@quassel-irc.org>
Sun, 1 Nov 2009 13:11:31 +0000 (14:11 +0100)
commit18cda6df43b5960686256fb6a899a63baebff70d
tree202f1192b1414af78bec9ddf543d3abd95c62220
parent91361e82b8cd46e7c4bfc4475e6ecb1d0b268310
Separate persistency for marker line (backend only)
Sput: have fun! :)
180 files changed:
src/core/SQL/PostgreSQL/14/migrate_write_buffer.sql [deleted file]
src/core/SQL/PostgreSQL/15/delete_backlog_by_uid.sql [moved from src/core/SQL/PostgreSQL/14/delete_backlog_by_uid.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_backlog_for_buffer.sql [moved from src/core/SQL/PostgreSQL/14/delete_backlog_for_buffer.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_backlog_for_network.sql [moved from src/core/SQL/PostgreSQL/14/delete_backlog_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_buffer_for_bufferid.sql [moved from src/core/SQL/PostgreSQL/14/delete_buffer_for_bufferid.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_buffers_by_uid.sql [moved from src/core/SQL/PostgreSQL/14/delete_buffers_by_uid.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_buffers_for_network.sql [moved from src/core/SQL/PostgreSQL/14/delete_buffers_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_identity.sql [moved from src/core/SQL/PostgreSQL/14/delete_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_ircservers_for_network.sql [moved from src/core/SQL/PostgreSQL/14/delete_ircservers_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_network.sql [moved from src/core/SQL/PostgreSQL/14/delete_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_networks_by_uid.sql [moved from src/core/SQL/PostgreSQL/14/delete_networks_by_uid.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_nicks.sql [moved from src/core/SQL/PostgreSQL/14/delete_nicks.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/delete_quasseluser.sql [moved from src/core/SQL/PostgreSQL/14/delete_quasseluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_buffer.sql [moved from src/core/SQL/PostgreSQL/14/insert_buffer.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_identity.sql [moved from src/core/SQL/PostgreSQL/14/insert_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_message.sql [moved from src/core/SQL/PostgreSQL/14/insert_message.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_network.sql [moved from src/core/SQL/PostgreSQL/14/insert_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_nick.sql [moved from src/core/SQL/PostgreSQL/14/insert_nick.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_quasseluser.sql [moved from src/core/SQL/PostgreSQL/14/insert_quasseluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_sender.sql [moved from src/core/SQL/PostgreSQL/14/insert_sender.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_server.sql [moved from src/core/SQL/PostgreSQL/14/insert_server.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/insert_user_setting.sql [moved from src/core/SQL/PostgreSQL/14/insert_user_setting.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/migrate_write_backlog.sql [moved from src/core/SQL/PostgreSQL/14/migrate_write_backlog.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/migrate_write_buffer.sql [new file with mode: 0644]
src/core/SQL/PostgreSQL/15/migrate_write_identity.sql [moved from src/core/SQL/PostgreSQL/14/migrate_write_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/migrate_write_identity_nick.sql [moved from src/core/SQL/PostgreSQL/14/migrate_write_identity_nick.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/migrate_write_ircserver.sql [moved from src/core/SQL/PostgreSQL/14/migrate_write_ircserver.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/migrate_write_network.sql [moved from src/core/SQL/PostgreSQL/14/migrate_write_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/migrate_write_quasseluser.sql [moved from src/core/SQL/PostgreSQL/14/migrate_write_quasseluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/migrate_write_sender.sql [moved from src/core/SQL/PostgreSQL/14/migrate_write_sender.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/migrate_write_usersetting.sql [moved from src/core/SQL/PostgreSQL/14/migrate_write_usersetting.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_authuser.sql [moved from src/core/SQL/PostgreSQL/14/select_authuser.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_bufferByName.sql [moved from src/core/SQL/PostgreSQL/14/select_bufferByName.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_bufferExists.sql [moved from src/core/SQL/PostgreSQL/14/select_bufferExists.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_buffer_by_id.sql [moved from src/core/SQL/PostgreSQL/14/select_buffer_by_id.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_buffer_lastseen_messages.sql [moved from src/core/SQL/PostgreSQL/14/select_buffer_lastseen_messages.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_buffer_markerlinemsgids.sql [new file with mode: 0644]
src/core/SQL/PostgreSQL/15/select_buffers.sql [moved from src/core/SQL/PostgreSQL/14/select_buffers.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_buffers_for_network.sql [moved from src/core/SQL/PostgreSQL/14/select_buffers_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_checkidentity.sql [moved from src/core/SQL/PostgreSQL/14/select_checkidentity.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_connected_networks.sql [moved from src/core/SQL/PostgreSQL/14/select_connected_networks.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_identities.sql [moved from src/core/SQL/PostgreSQL/14/select_identities.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_internaluser.sql [moved from src/core/SQL/PostgreSQL/14/select_internaluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_messages.sql [moved from src/core/SQL/PostgreSQL/14/select_messages.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_messagesAll.sql [moved from src/core/SQL/PostgreSQL/14/select_messagesAll.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_messagesAllNew.sql [moved from src/core/SQL/PostgreSQL/14/select_messagesAllNew.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_messagesNewerThan.sql [moved from src/core/SQL/PostgreSQL/14/select_messagesNewerThan.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_messagesRange.sql [moved from src/core/SQL/PostgreSQL/14/select_messagesRange.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_networkExists.sql [moved from src/core/SQL/PostgreSQL/14/select_networkExists.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_network_awaymsg.sql [moved from src/core/SQL/PostgreSQL/14/select_network_awaymsg.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_network_usermode.sql [moved from src/core/SQL/PostgreSQL/14/select_network_usermode.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_networks_for_user.sql [moved from src/core/SQL/PostgreSQL/14/select_networks_for_user.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_nicks.sql [moved from src/core/SQL/PostgreSQL/14/select_nicks.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_persistent_channels.sql [moved from src/core/SQL/PostgreSQL/14/select_persistent_channels.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_servers_for_network.sql [moved from src/core/SQL/PostgreSQL/14/select_servers_for_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_user_setting.sql [moved from src/core/SQL/PostgreSQL/14/select_user_setting.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/select_userid.sql [moved from src/core/SQL/PostgreSQL/14/select_userid.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_000_quasseluser.sql [moved from src/core/SQL/PostgreSQL/14/setup_000_quasseluser.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_010_sender.sql [moved from src/core/SQL/PostgreSQL/14/setup_010_sender.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_020_identity.sql [moved from src/core/SQL/PostgreSQL/14/setup_020_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_030_identity_nick.sql [moved from src/core/SQL/PostgreSQL/14/setup_030_identity_nick.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_040_network.sql [moved from src/core/SQL/PostgreSQL/14/setup_040_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_050_buffer.sql [moved from src/core/SQL/PostgreSQL/14/setup_050_buffer.sql with 92% similarity]
src/core/SQL/PostgreSQL/15/setup_060_backlog.sql [moved from src/core/SQL/PostgreSQL/14/setup_060_backlog.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_070_coreinfo.sql [moved from src/core/SQL/PostgreSQL/14/setup_070_coreinfo.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_080_ircservers.sql [moved from src/core/SQL/PostgreSQL/14/setup_080_ircservers.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_090_backlog_idx.sql [moved from src/core/SQL/PostgreSQL/14/setup_090_backlog_idx.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_100_user_setting.sql [moved from src/core/SQL/PostgreSQL/14/setup_100_user_setting.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_110_alter_sender_seq.sql [moved from src/core/SQL/PostgreSQL/14/setup_110_alter_sender_seq.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/setup_120_alter_messageid_seq.sql [moved from src/core/SQL/PostgreSQL/14/setup_120_alter_messageid_seq.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_backlog_bufferid.sql [moved from src/core/SQL/PostgreSQL/14/update_backlog_bufferid.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_buffer_lastseen.sql [moved from src/core/SQL/PostgreSQL/14/update_buffer_lastseen.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_buffer_markerlinemsgid.sql [new file with mode: 0644]
src/core/SQL/PostgreSQL/15/update_buffer_name.sql [moved from src/core/SQL/PostgreSQL/14/update_buffer_name.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_buffer_persistent_channel.sql [moved from src/core/SQL/PostgreSQL/14/update_buffer_persistent_channel.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_buffer_set_channel_key.sql [moved from src/core/SQL/PostgreSQL/14/update_buffer_set_channel_key.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_identity.sql [moved from src/core/SQL/PostgreSQL/14/update_identity.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_network.sql [moved from src/core/SQL/PostgreSQL/14/update_network.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_network_connected.sql [moved from src/core/SQL/PostgreSQL/14/update_network_connected.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_network_set_awaymsg.sql [moved from src/core/SQL/PostgreSQL/14/update_network_set_awaymsg.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_network_set_usermode.sql [moved from src/core/SQL/PostgreSQL/14/update_network_set_usermode.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_user_setting.sql [moved from src/core/SQL/PostgreSQL/14/update_user_setting.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_username.sql [moved from src/core/SQL/PostgreSQL/14/update_username.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/update_userpassword.sql [moved from src/core/SQL/PostgreSQL/14/update_userpassword.sql with 100% similarity]
src/core/SQL/PostgreSQL/15/upgrade_000_alter_buffer_add_markerlinemsgid.sql [new file with mode: 0644]
src/core/SQL/SQLite/16/delete_backlog_by_uid.sql [moved from src/core/SQL/SQLite/15/delete_backlog_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_backlog_for_buffer.sql [moved from src/core/SQL/SQLite/15/delete_backlog_for_buffer.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_backlog_for_network.sql [moved from src/core/SQL/SQLite/15/delete_backlog_for_network.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_buffer_for_bufferid.sql [moved from src/core/SQL/SQLite/15/delete_buffer_for_bufferid.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_buffers_by_uid.sql [moved from src/core/SQL/SQLite/15/delete_buffers_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_buffers_for_network.sql [moved from src/core/SQL/SQLite/15/delete_buffers_for_network.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_identity.sql [moved from src/core/SQL/SQLite/15/delete_identity.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_ircservers_for_network.sql [moved from src/core/SQL/SQLite/15/delete_ircservers_for_network.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_network.sql [moved from src/core/SQL/SQLite/15/delete_network.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_networks_by_uid.sql [moved from src/core/SQL/SQLite/15/delete_networks_by_uid.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_nicks.sql [moved from src/core/SQL/SQLite/15/delete_nicks.sql with 100% similarity]
src/core/SQL/SQLite/16/delete_quasseluser.sql [moved from src/core/SQL/SQLite/15/delete_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_buffer.sql [moved from src/core/SQL/SQLite/15/insert_buffer.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_identity.sql [moved from src/core/SQL/SQLite/15/insert_identity.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_message.sql [moved from src/core/SQL/SQLite/15/insert_message.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_network.sql [moved from src/core/SQL/SQLite/15/insert_network.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_nick.sql [moved from src/core/SQL/SQLite/15/insert_nick.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_quasseluser.sql [moved from src/core/SQL/SQLite/15/insert_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_sender.sql [moved from src/core/SQL/SQLite/15/insert_sender.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_server.sql [moved from src/core/SQL/SQLite/15/insert_server.sql with 100% similarity]
src/core/SQL/SQLite/16/insert_user_setting.sql [moved from src/core/SQL/SQLite/15/insert_user_setting.sql with 100% similarity]
src/core/SQL/SQLite/16/migrate_read_backlog.sql [moved from src/core/SQL/SQLite/15/migrate_read_backlog.sql with 100% similarity]
src/core/SQL/SQLite/16/migrate_read_buffer.sql [moved from src/core/SQL/SQLite/15/migrate_read_buffer.sql with 55% similarity]
src/core/SQL/SQLite/16/migrate_read_identity.sql [moved from src/core/SQL/SQLite/15/migrate_read_identity.sql with 100% similarity]
src/core/SQL/SQLite/16/migrate_read_identity_nick.sql [moved from src/core/SQL/SQLite/15/migrate_read_identity_nick.sql with 100% similarity]
src/core/SQL/SQLite/16/migrate_read_ircserver.sql [moved from src/core/SQL/SQLite/15/migrate_read_ircserver.sql with 100% similarity]
src/core/SQL/SQLite/16/migrate_read_network.sql [moved from src/core/SQL/SQLite/15/migrate_read_network.sql with 100% similarity]
src/core/SQL/SQLite/16/migrate_read_quasseluser.sql [moved from src/core/SQL/SQLite/15/migrate_read_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/16/migrate_read_sender.sql [moved from src/core/SQL/SQLite/15/migrate_read_sender.sql with 100% similarity]
src/core/SQL/SQLite/16/migrate_read_usersetting.sql [moved from src/core/SQL/SQLite/15/migrate_read_usersetting.sql with 100% similarity]
src/core/SQL/SQLite/16/select_authuser.sql [moved from src/core/SQL/SQLite/15/select_authuser.sql with 100% similarity]
src/core/SQL/SQLite/16/select_bufferByName.sql [moved from src/core/SQL/SQLite/15/select_bufferByName.sql with 100% similarity]
src/core/SQL/SQLite/16/select_bufferExists.sql [moved from src/core/SQL/SQLite/15/select_bufferExists.sql with 100% similarity]
src/core/SQL/SQLite/16/select_buffer_by_id.sql [moved from src/core/SQL/SQLite/15/select_buffer_by_id.sql with 100% similarity]
src/core/SQL/SQLite/16/select_buffer_lastseen_messages.sql [moved from src/core/SQL/SQLite/15/select_buffer_lastseen_messages.sql with 100% similarity]
src/core/SQL/SQLite/16/select_buffer_markerlinemsgids.sql [new file with mode: 0644]
src/core/SQL/SQLite/16/select_buffers.sql [moved from src/core/SQL/SQLite/15/select_buffers.sql with 100% similarity]
src/core/SQL/SQLite/16/select_buffers_for_merge.sql [moved from src/core/SQL/SQLite/15/select_buffers_for_merge.sql with 100% similarity]
src/core/SQL/SQLite/16/select_buffers_for_network.sql [moved from src/core/SQL/SQLite/15/select_buffers_for_network.sql with 100% similarity]
src/core/SQL/SQLite/16/select_checkidentity.sql [moved from src/core/SQL/SQLite/15/select_checkidentity.sql with 100% similarity]
src/core/SQL/SQLite/16/select_connected_networks.sql [moved from src/core/SQL/SQLite/15/select_connected_networks.sql with 100% similarity]
src/core/SQL/SQLite/16/select_identities.sql [moved from src/core/SQL/SQLite/15/select_identities.sql with 100% similarity]
src/core/SQL/SQLite/16/select_internaluser.sql [moved from src/core/SQL/SQLite/15/select_internaluser.sql with 100% similarity]
src/core/SQL/SQLite/16/select_messages.sql [moved from src/core/SQL/SQLite/15/select_messages.sql with 100% similarity]
src/core/SQL/SQLite/16/select_messagesAll.sql [moved from src/core/SQL/SQLite/15/select_messagesAll.sql with 100% similarity]
src/core/SQL/SQLite/16/select_messagesAllNew.sql [moved from src/core/SQL/SQLite/15/select_messagesAllNew.sql with 100% similarity]
src/core/SQL/SQLite/16/select_messagesNewerThan.sql [moved from src/core/SQL/SQLite/15/select_messagesNewerThan.sql with 100% similarity]
src/core/SQL/SQLite/16/select_messagesNewestK.sql [moved from src/core/SQL/SQLite/15/select_messagesNewestK.sql with 100% similarity]
src/core/SQL/SQLite/16/select_networkExists.sql [moved from src/core/SQL/SQLite/15/select_networkExists.sql with 100% similarity]
src/core/SQL/SQLite/16/select_network_awaymsg.sql [moved from src/core/SQL/SQLite/15/select_network_awaymsg.sql with 100% similarity]
src/core/SQL/SQLite/16/select_network_usermode.sql [moved from src/core/SQL/SQLite/15/select_network_usermode.sql with 100% similarity]
src/core/SQL/SQLite/16/select_networks_for_user.sql [moved from src/core/SQL/SQLite/15/select_networks_for_user.sql with 100% similarity]
src/core/SQL/SQLite/16/select_nicks.sql [moved from src/core/SQL/SQLite/15/select_nicks.sql with 100% similarity]
src/core/SQL/SQLite/16/select_persistent_channels.sql [moved from src/core/SQL/SQLite/15/select_persistent_channels.sql with 100% similarity]
src/core/SQL/SQLite/16/select_servers_for_network.sql [moved from src/core/SQL/SQLite/15/select_servers_for_network.sql with 100% similarity]
src/core/SQL/SQLite/16/select_user_setting.sql [moved from src/core/SQL/SQLite/15/select_user_setting.sql with 100% similarity]
src/core/SQL/SQLite/16/select_userid.sql [moved from src/core/SQL/SQLite/15/select_userid.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_000_quasseluser.sql [moved from src/core/SQL/SQLite/15/setup_000_quasseluser.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_010_sender.sql [moved from src/core/SQL/SQLite/15/setup_010_sender.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_020_network.sql [moved from src/core/SQL/SQLite/15/setup_020_network.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_030_buffer.sql [moved from src/core/SQL/SQLite/15/setup_030_buffer.sql with 89% similarity]
src/core/SQL/SQLite/16/setup_040_buffer_idx.sql [moved from src/core/SQL/SQLite/15/setup_040_buffer_idx.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_050_buffer_cname_idx.sql [moved from src/core/SQL/SQLite/15/setup_050_buffer_cname_idx.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_060_backlog.sql [moved from src/core/SQL/SQLite/15/setup_060_backlog.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_070_coreinfo.sql [moved from src/core/SQL/SQLite/15/setup_070_coreinfo.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_080_ircservers.sql [moved from src/core/SQL/SQLite/15/setup_080_ircservers.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_090_backlog_idx.sql [moved from src/core/SQL/SQLite/15/setup_090_backlog_idx.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_100_backlog_idx2.sql [moved from src/core/SQL/SQLite/15/setup_100_backlog_idx2.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_110_buffer_user_idx.sql [moved from src/core/SQL/SQLite/15/setup_110_buffer_user_idx.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_120_user_setting.sql [moved from src/core/SQL/SQLite/15/setup_120_user_setting.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_130_identity.sql [moved from src/core/SQL/SQLite/15/setup_130_identity.sql with 100% similarity]
src/core/SQL/SQLite/16/setup_140_identity_nick.sql [moved from src/core/SQL/SQLite/15/setup_140_identity_nick.sql with 100% similarity]
src/core/SQL/SQLite/16/update_backlog_bufferid.sql [moved from src/core/SQL/SQLite/15/update_backlog_bufferid.sql with 100% similarity]
src/core/SQL/SQLite/16/update_buffer_lastseen.sql [moved from src/core/SQL/SQLite/15/update_buffer_lastseen.sql with 100% similarity]
src/core/SQL/SQLite/16/update_buffer_markerlinemsgid.sql [new file with mode: 0644]
src/core/SQL/SQLite/16/update_buffer_name.sql [moved from src/core/SQL/SQLite/15/update_buffer_name.sql with 100% similarity]
src/core/SQL/SQLite/16/update_buffer_persistent_channel.sql [moved from src/core/SQL/SQLite/15/update_buffer_persistent_channel.sql with 100% similarity]
src/core/SQL/SQLite/16/update_buffer_set_channel_key.sql [moved from src/core/SQL/SQLite/15/update_buffer_set_channel_key.sql with 100% similarity]
src/core/SQL/SQLite/16/update_identity.sql [moved from src/core/SQL/SQLite/15/update_identity.sql with 100% similarity]
src/core/SQL/SQLite/16/update_network.sql [moved from src/core/SQL/SQLite/15/update_network.sql with 100% similarity]
src/core/SQL/SQLite/16/update_network_connected.sql [moved from src/core/SQL/SQLite/15/update_network_connected.sql with 100% similarity]
src/core/SQL/SQLite/16/update_network_set_awaymsg.sql [moved from src/core/SQL/SQLite/15/update_network_set_awaymsg.sql with 100% similarity]
src/core/SQL/SQLite/16/update_network_set_usermode.sql [moved from src/core/SQL/SQLite/15/update_network_set_usermode.sql with 100% similarity]
src/core/SQL/SQLite/16/update_user_setting.sql [moved from src/core/SQL/SQLite/15/update_user_setting.sql with 100% similarity]
src/core/SQL/SQLite/16/update_username.sql [moved from src/core/SQL/SQLite/15/update_username.sql with 100% similarity]
src/core/SQL/SQLite/16/update_userpassword.sql [moved from src/core/SQL/SQLite/15/update_userpassword.sql with 100% similarity]
src/core/SQL/SQLite/16/upgrade_000_alter_buffer_add_markerlinemsgid.sql [new file with mode: 0644]
src/core/abstractsqlstorage.h
src/core/core.h
src/core/postgresqlstorage.cpp
src/core/postgresqlstorage.h
src/core/sql.qrc
src/core/sqlitestorage.cpp
src/core/sqlitestorage.h
src/core/storage.h