-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Create a new full schema snapshot #13715
Comments
I would like to try and simplify the
|
We can generate a tidier schema using sqlite's
If Synapse uses upserts to populate these rows, then there is no need to include inserts in the schema, and I can use |
On reflection I think I should suck it up and leave the dump as it is, lest we reintroduce #6311. |
@DMRobertson are you actively working on this? I've got most of a rewrite of |
I believe #13770, #13788, #13792, and #13808 are related to this. |
ah, thanks. Sorry, I should have said something sooner. |
That's right. #13792 is the most interesting of those. I wasn't planning to do anything more on making a snapshot before of the above reviews and before @clokep and @MadLittleMods get their upcoming database changes into a stableish state. |
#13873 has
|
If nothing else, this will speed up the unit tests quite a lot.
There is a
scripts-dev/make_full_schema.sh
script that sort of half works ish. The challenges are:schema_version
table)The text was updated successfully, but these errors were encountered: