Merge "mediawiki.content.json: Remove file and author annotations"
[mediawiki.git] / tests / phpunit / includes / user / ActorMigrationTest.sql
blob432c143f1c5647652eee7efb4c8fbb3c858db955
1 -- These are carefully crafted to work in all three supported databases
3 CREATE TABLE /*_*/actormigration1 (
4   am1_id integer not null,
5   am1_user integer,
6   am1_user_text varchar(200),
7   am1_actor integer
8 );
10 CREATE TABLE /*_*/actormigration2 (
11   am2_id integer not null,
12   am2_xxx integer,
13   am2_xxx_text varchar(200),
14   am2_xxx_actor integer