Commit Graph

180 Commits

Author SHA1 Message Date
DariusIII 603c22d62c Remove partitioning from releases table, add foreign keys to related tables 2018-01-29 13:17:35 +01:00
DariusIII cefe3643b8 Update migrations, add stored procedures and trigers, fix phpunit test 2018-01-22 22:39:47 +01:00
DariusIII 59eecdfd0d Change installation, remove tsv files and related tables, use migrations and seeding for them 2018-01-18 12:13:49 +01:00
DariusIII 8aeff2286a Add categories table migration and seed 2018-01-17 15:43:38 +01:00
DariusIII fac949ec90 Update mysql-ddl.sql and mysql-data.sql 2018-01-17 15:14:41 +01:00
DariusIII 87360c1dc2 Remove countries table as we will use new package with migration and seeding to populate it 2018-01-17 13:48:26 +01:00
DariusIII cece076883 Update Movie class and add missing rtrating column to movieinfo table in mysql-ddl.sql 2018-01-05 11:10:28 +01:00
DariusIII 8ecd1c9735 Fix max headers iteration and 7zippath entries in site edit (closes issue #222) 2018-01-03 10:13:16 +01:00
DariusIII 1d96c442da Remove sitewide sab/nzbget integration 2017-12-24 20:32:56 +01:00
DariusIII d2d00b2559 Update mysql_ddl.sql 2017-12-21 10:48:27 +01:00
DariusIII 2933883f1c Fix users_id column length in all tables 2017-12-21 10:32:44 +01:00
DariusIII 6e5f8b3e4d Fix patches and ddl again 2017-12-20 22:49:12 +01:00
DariusIII b074db57db Update patches and mysql-ddl.sql 2017-12-20 22:32:37 +01:00
DariusIII de6ec31ae3 Add missing redis setting into 10-tmux.tsv 2017-12-20 15:37:12 +01:00
DariusIII 2e9d30f1da Remove release table related foreign keys and add back partitioning in mysql-ddl.sql 2017-12-20 13:36:12 +01:00
DariusIII 550150e4f1 Fix mysql-ddl.sql 2017-12-20 10:40:23 +01:00
DariusIII 3e3d4f8e3e Add foreign keys to mysql-ddl.sql 2017-12-20 00:15:59 +01:00
DariusIII 220fabb7d8 Remove code that handles requestids 2017-12-19 11:14:51 +01:00
DariusIII 7010fa30b3 Update Nfo class and mysql-ddl (declare ROW_FORMAT for xxxinfo and release_nfos tables as COMPRESSED) 2017-12-18 22:11:23 +01:00
DariusIII 68831cf863 remove spotnab settings from 10-settings.tsv 2017-12-18 14:40:27 +01:00
DariusIII c792baf333 Update mysql-ddl, TV class and related models 2017-12-15 14:30:33 +01:00
DariusIII 030eb44caa Add mycelium gear btc payment support 2017-12-05 23:47:29 +01:00
DariusIII c12f9e9684 Remove allgroups table from mysql-ddl 2017-11-15 14:55:46 +01:00
DariusIII 7c7fa72dfd Update 10~settings.tsv with allasmgr setting 2017-11-10 14:51:06 +01:00
DariusIII 6d059e48c2 Fix mysql-ddl 2017-10-17 12:46:59 +02:00
DariusIII 345b2018b9 Update RoleExcludedCategories and related models 2017-10-17 12:32:53 +02:00
DariusIII 33b9fc94b4 Remove recaptcha settings from settings table 2017-10-09 13:39:04 +02:00
DariusIII 8a65ff5e86 Fix some errors on patch, update mysql-ddl and fix user sorting 2017-09-28 15:50:16 +02:00
DariusIII 464f263d58 Add updated_at columns to tables that do not have it 2017-09-28 15:22:17 +02:00
DariusIII 6b7de95193 Rename columns createddate and updateddate to created_at and updated_at to comply with laravel 2017-09-28 15:18:52 +02:00
DariusIII b6657aecab Fix index for user_roles_id 2017-09-21 14:40:37 +02:00
DariusIII a04cffa0ad Update Users table, rename role to user_roles_id 2017-09-21 13:36:33 +02:00
DariusIII e7cfb5405b Increase xref column size 2017-09-18 15:50:49 +02:00
DariusIII 2082411201 Add updateddate column to users table 2017-09-14 23:59:29 +02:00
DariusIII 24e65b6f53 Update failed downloads handling 2017-09-12 23:07:12 +02:00
DariusIII de7a4f130b Update mysql-ddl.sql 2017-09-11 22:16:54 +02:00
DariusIII d7605c6f68 Update mysql-ddl.sql 2017-09-08 13:08:22 +02:00
DariusIII c12c6066e8 Update mysql-ddl 2017-08-11 00:50:24 +02:00
DariusIII 223c609feb Add Models/User 2017-07-31 14:42:14 +02:00
Amir Zarrinkafsh c63780099e Updated regexes 1074-1078 to include a.b.warez.ibm-pc.0-day 2017-07-02 00:22:09 +10:00
Amir Zarrinkafsh 45273610db Added AFL regex for a.b.multimedia.sports 2017-07-01 17:31:13 +10:00
DariusIII 09e1e8a8f6 Change mode of 10-user_roles.tsv to 755 2017-06-27 11:14:39 +02:00
DariusIII 4cb209041b Update install procedure and insertion of zero value into auto_increment id fields for categories (fixes problem with wrong id of OTHER root category) and user_roles, no need to load mysql-data.sql file anymore 2017-06-27 11:13:27 +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 646f7671d0 Merge branch 'dev' into dev-fix-admin-features 2017-06-19 09:25:24 +02:00
Amir Zarrinkafsh 230668e976 Fixed remaining issues for tmux-edit templates and re-wrote Backfill All description 2017-06-19 12:02:03 +10: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