Compare commits
No commits in common. "8389787c7e31c8a0ff9f386955eb957932ec1cf8" and "8f0f5131c8064eb50d9a73ee4b5311fa2ea9ac23" have entirely different histories.
8389787c7e
...
8f0f5131c8
|
@ -497,7 +497,6 @@ exports.up = knex => Promise.resolve()
|
|||
|
||||
exports.down = knex => knex.raw(`
|
||||
DROP FUNCTION IF EXISTS releases_by_tag_slugs;
|
||||
DROP FUNCTION IF EXISTS search_sites;
|
||||
|
||||
DROP VIEW IF EXISTS releases_actors_view;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.92.1",
|
||||
"version": "1.92.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.92.1",
|
||||
"version": "1.92.0",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue