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
4 lines
108 B
SQL
4 lines
108 B
SQL
DROP TABLE /*_*/slots;
|
|
DROP TABLE /*_*/content;
|
|
DROP TABLE /*_*/content_models;
|
|
DROP TABLE /*_*/slot_roles;
|