forked-synapse/synapse/storage/schema/delta
Luke Barnard 007cd48af6 Recreate groups table instead of adding column
Adding a column with non-constant default not possible in sqlite3
2017-10-26 17:55:22 +01:00
..
11 copyrights 2016-01-07 04:26:29 +00:00
12 copyrights 2016-01-07 04:26:29 +00:00
13 copyrights 2016-01-07 04:26:29 +00:00
14 Don't require config to create database 2016-04-06 14:15:45 +01:00
15 copyrights 2016-01-07 04:26:29 +00:00
16 Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except for a limit 2015-04-28 12:41:33 +01:00
17 copyrights 2016-01-07 04:26:29 +00:00
18 copyrights 2016-01-07 04:26:29 +00:00
19 copyrights 2016-01-07 04:26:29 +00:00
20 Don't require config to create database 2016-04-06 14:15:45 +01:00
21 copyrights 2016-01-07 04:26:29 +00:00
22 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
23 copyrights 2016-01-07 04:26:29 +00:00
24 copyrights 2016-01-07 04:26:29 +00:00
25 Don't require config to create database 2016-04-06 14:15:45 +01:00
26 copyrights 2016-01-07 04:26:29 +00:00
27 Don't require config to create database 2016-04-06 14:15:45 +01:00
28 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
29 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
30 replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
31 Add comments to existing schema deltas that used "CREATE INDEX" directly 2016-09-12 11:00:26 +01:00
32 Remove topics table 2016-05-13 14:40:38 +01:00
33 Default device_display_name to null 2016-08-03 11:53:00 +01:00
34 Just move the schema and add some DROPs 2016-09-09 11:04:47 +01:00
35 Drop some unused indices 2016-10-17 11:08:19 +01:00
36 Latest delta is now 37 2016-10-19 11:40:35 +01:00
37 Add a comment to old delta 2017-05-11 12:48:50 +01:00
38 Replace postgres GIN with GIST 2016-11-03 15:00:03 +00:00
39 Merge pull request #1676 from matrix-org/erikj/room_list 2016-12-12 17:00:10 +00:00
40 Use TEXT rather than VARCHAR 2017-02-17 10:51:49 +00:00
41 Add an index to event_search 2017-05-11 12:05:22 +01:00
42 Split up device_lists_outbound_pokes table for faster updates. 2017-06-07 11:02:38 +01:00
43 Fix schema delta versions 2017-10-11 13:23:15 +01:00
44 Add old indices 2017-09-28 14:10:33 +01:00
45 Fix schema delta versions 2017-10-11 13:23:15 +01:00
46 Recreate groups table instead of adding column 2017-10-26 17:55:22 +01:00