This introduces traits for testing different schema variations. These are not very useful in this patch, but make it much easier to add tests for MCR schema migration in subsequent patches. The code in this patch was previously part of If259b1e1c49ceaa4. Change-Id: I239572f75bebbc9c731a3e3860c4eff179dc15e4
3 lines
215 B
SQL
3 lines
215 B
SQL
ALTER TABLE /*_*/revision ADD rev_text_id INTEGER DEFAULT 0;
|
|
ALTER TABLE /*_*/revision ADD rev_content_model VARBINARY(32) DEFAULT NULL;
|
|
ALTER TABLE /*_*/revision ADD rev_content_format VARBINARY(64) DEFAULT NULL;
|