35d72fccbe
Feature/remove mocks * remove mocks * cleanup db migrations
8 lines
248 B
SQL
8 lines
248 B
SQL
-- 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;
|