Commit Graph

53 Commits

Author SHA1 Message Date
DariusIII 223c609feb Add Models/User 2017-07-31 14:42:14 +02:00
Amir Zarrinkafsh 501357724e Updated all InnoDB tables to be created as ROW_FORMAT = DYNAMIC 2017-06-27 17:08:33 +10:00
Amir Zarrinkafsh e0a2a42be1 Adjust ROW_FORMAT for xxxinfo table to be DYNAMIC instead of COMPACT, this was causing TravisCI build errors due to the UNIQUE_INDEX 2017-06-27 16:31:51 +10:00
DariusIII 158fde2b39 Create all the tables in mysql-ddl.sql as InnoDB tables 2017-06-22 12:40:24 +02:00
DariusIII 3b466f14dc Increase varchar column sizes in xxxinfo table 2017-06-22 12:33:56 +02:00
DariusIII c8bab26d1a Increase xref column in collections and multigroup_collections to 1024 and change classused in xxxinfo table to varchar(20) and empty default value 2017-06-16 13:43:52 +02:00
DariusIII 013fc0c558 Fix partition schema in mysql-ddl 2017-05-16 23:43:51 +02:00
DariusIII f85baf623b Alter columns in release_regexes tables to allow signed values for collection_regexes_id and naming_regexes_id 2017-05-15 15:17:24 +02:00
DariusIII 0feea32409 Wrong table structure for release_regexes table in mysql-ddl.sql 2017-05-15 14:38:59 +02:00
DariusIII bec7261892 Fix wrong table name in mysql-ddl (releases_regexes and should be release_regexes) 2017-05-15 08:58:48 +02:00
DariusIII f314618a0d Change hash16k and srr name fixing queries and support in groupfixrelnames and NameFixer 2017-05-09 13:53:28 +02:00
DariusIII f4a1b3dc69 Update mysql-ddl.sql 2017-03-02 11:02:23 +01:00
DariusIII 3ff3bcb8fe Merge branch 'dev' into dev-steam 2017-02-14 15:01:31 +01:00
DariusIII b0e1a89a90 Update mysql-ddl with new releases_regexes table 2017-02-14 14:37:00 +01:00
DariusIII 5b49c2d13a Update mysql-ddl, add patch and last steam update setting 2017-02-14 10:08:35 +01:00
DariusIII a79c3b83a4 Update mysql-ddl 2017-01-31 21:41:41 +01:00
DariusIII ddc6b0918a Update +5 patch and mysql-ddl 2017-01-31 10:49:53 +01:00
DariusIII eec87ca669 Move new column after collectionhash 2017-01-29 23:02:30 +01:00
DariusIII f62d8eec68 Update mysql-ddl 2017-01-29 22:58:51 +01:00
DariusIII 89b58d8051 Change releaseid to releases_id in collections table(s) 2017-01-16 13:00:44 +01:00
DariusIII 19b8fa1905 Rename binaryid to binaries_id 2017-01-16 11:35:10 +01:00
DariusIII 89021e5e2b Replace collection_id with collections_id 2017-01-16 11:33:25 +01:00
DariusIII eb58f5d686 Rename group_id to groups_id 2017-01-16 11:31:36 +01:00
DariusIII 18045d26f6 Rename mgr_ tables to multigroup_ tables, update mysql-ddl.sql 2017-01-11 14:42:12 +01:00
DariusIII 0921b77668 Rework some code 2016-12-27 16:00:28 +01:00
DariusIII 8999a443a5 Fix the broken delete_release stored procedure 2016-12-20 01:14:12 +01:00
DariusIII 1cac3b597b Update mysql-ddl file 2016-12-19 10:50:11 +01:00
DariusIII e0b7e683ab Remove groups_name from releases_group table, fix logic in ProcessReleases and adjust templates for new changes 2016-12-01 21:46:04 +01:00
DariusIII bd85af4add Update mysql-ddl 2016-12-01 01:15:47 +01:00
DariusIII 054f3ce245 Add ddl, patch and ReleaseGroups model 2016-11-30 11:14:17 +01:00
DariusIII 72bf1b8bef Fix missing semicolon 2016-11-02 23:04:57 +01:00
DariusIII ffb5670099 Update mysql-ddl 2016-11-02 22:57:27 +01:00
DariusIII 460ff63a51 Fix typos 2016-10-25 14:47:39 +02:00
DariusIII 32e7e623db Update mysql-ddl 2016-10-20 13:58:09 +02:00
DariusIII 783fbf060d Add missing releases_id to user_downloads in mysql-ddl. 2016-10-19 13:03:28 +02:00
DariusIII bb24099bc3 Remove missplaced semicolon from mysql-ddl.sql 2016-10-14 09:24:38 +02:00
DariusIII 485bc374a3 Add missing gid to mysql-ddl 2016-10-12 23:20:40 +02:00
DariusIII 164c4fef40 Add missing user settings to mysql-ddl.sql, remove Episode.php and episodeinfo table related settings 2016-10-12 23:16:30 +02:00
DariusIII 2733956335 Update mysql-ddl with predb fulltext index 2016-10-03 10:22:45 +02:00
DariusIII d60c2a3971 Rename roleexcat table to role_excluded_categories and add it back to mysql-ddl.sql 2016-09-23 10:23:09 +02:00
DariusIII cf5cbf941a And again 2016-09-21 15:37:12 +02:00
DariusIII 64f5fc584e Once more 2016-09-21 15:33:18 +02:00
DariusIII 7335518a5d Update mysql-ddl 2016-09-21 15:31:16 +02:00
DariusIII 6b3c4baecb Change genreid/genre_id columns to genres_id to follow lithium conventions 2016-09-21 15:18:15 +02:00
DariusIII ecf0f4fef7 Update mysql_ddl 2016-09-21 14:47:09 +02:00
DariusIII 45310d56ce Add missing column hosthash to user_downloads and user_requests tables 2016-09-21 14:29:14 +02:00
DariusIII 9c15444bbd Add hideads column to user_roles 2016-09-21 14:10:31 +02:00
DariusIII 4380661ecd Add missing notes column to users table 2016-09-21 14:05:27 +02:00
DariusIII f231038136 Add spotnabsources table to mysql-ddl 2016-09-21 11:01:57 +02:00
DariusIII 0057ff01bf Add rolechangedate to users table 2016-09-21 10:24:19 +02:00