Index: trunk/extensions/Wikimania/sql/tables.sql |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | CREATE UNIQUE INDEX /*i*/reg_code ON /*_*/registrations (reg_code); |
52 | 52 | |
53 | 53 | -- Table to handle date(s) people register for |
54 | | -CREATE TABLE registration_dates ( |
| 54 | +CREATE TABLE /*_*/registration_dates ( |
55 | 55 | rd_id unsigned int not null primary key auto_increment, |
56 | 56 | rd_reg_id unsigned int not null, |
57 | 57 | rd_date varbinary(16) not null |