1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 09:02:41 +00:00
Arsse/tests/lib/Database
J. King 67203679aa Changed foreign key on marks table
Previously arsse_marks had a reference to arsse_users along with arsse_articles; the former has now changed to arsse_subscriptions.

Consequently deleting a subscription now deletes marks. Tests have been simplified as a consequence.

This change was understaken to simplify counting valid marks on articles for the purposes of article cleanup; now all marks are valid marks
2017-08-14 17:18:18 -04:00
..
DriverSQLite3.php Changed Misc\DateFormatter to a collection of static methods and renamed it to Date; renamed Data to Arsse to avoid confusion and better reflect its centrality 2017-07-17 07:47:57 -04:00
SeriesArticle.php Changed foreign key on marks table 2017-08-14 17:18:18 -04:00
SeriesFeed.php Changed foreign key on marks table 2017-08-14 17:18:18 -04:00
SeriesFolder.php Full code coverage for Database class 2017-07-22 23:08:08 -04:00
SeriesMeta.php Tests for Database::meta*() functions 2017-07-18 16:38:23 -04:00
SeriesMiscellany.php Full code coverage for Database class 2017-07-22 23:08:08 -04:00
SeriesSubscription.php Changed foreign key on marks table 2017-08-14 17:18:18 -04:00
SeriesUser.php Full code coverage for Database class 2017-07-22 23:08:08 -04:00
Setup.php Tests for Database::meta*() functions 2017-07-18 16:38:23 -04:00