-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
### Tasks
- [x] Dump the data from the legacy site
- [x] Investigate other forms of table (No changes required).
- [x] Insert relevant data into new site
- [ ] Write tests to match legacy database id's are available in the new model.
Legacy theatre table
mysql> describe cmpm_theatre
-> ;
+-------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------+--------------+------+-----+---------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| Name | varchar(100) | NO | | NULL | |
+-------+--------------+------+-----+---------+----------------+
Reactions are currently unavailable