Files

8 lines
248 B
SQL
Raw Permalink Normal View History

-- Migration 011: Document Views (DOWN)
DROP FUNCTION IF EXISTS listValidDocumentResults;
DROP VIEW IF EXISTS fullClients;
DROP VIEW IF EXISTS currentClientCanSync;
DROP VIEW IF EXISTS currentCleanEntries;
DROP FUNCTION IF EXISTS listDocumentIDs;