log plugins/mod_storage_sql2.lua @ 5893:62ce0328fdfe

age author description
Wed, 30 Oct 2013 22:37:07 +0100 Kim Alvefur mod_storage_sql2: The prosodyarchive_index should be unique
Wed, 30 Oct 2013 22:27:22 +0100 Kim Alvefur mod_storage_sql2: Use primary_key and auto_increment flags instead of baking that into the type
Wed, 30 Oct 2013 14:33:15 +0100 Kim Alvefur mod_storage_sql2: Use MEDIUMTEXT fields for value columns (ie TEXT on non-MySQL)
Mon, 28 Oct 2013 22:08:46 +0100 Kim Alvefur mod_storage_sql2: Move checking of the sql_manage_tables option so it also includes table upgrades (again)
Mon, 28 Oct 2013 22:07:16 +0100 Kim Alvefur mod_storage_sql2, util.sql: Move code for setting encoding to util.sql
Mon, 28 Oct 2013 21:37:30 +0100 Kim Alvefur mod_storage_sql2: Move all schema upgrade code to the same place
Mon, 28 Oct 2013 21:34:55 +0100 Kim Alvefur mod_storage_sql2: Split up setting of encoding and table upgrade code