forked from DebaucheryLibrarian/traxxx
Removed redundant scenes path from Digital Playground main channel.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
exports.up = async (knex) => knex.raw(`
|
||||
CREATE OR REPLACE FUNCTION entities_scene_total(entity entities) RETURNS integer AS $$
|
||||
CREATE OR REPLACE FUNCTION entities_scene_total(entity entities) RETURNS bigint AS $$
|
||||
SELECT COUNT(id)
|
||||
FROM releases
|
||||
WHERE releases.entity_id = entity.id;
|
||||
|
||||
Reference in New Issue
Block a user