35d72fccbe
Feature/remove mocks * remove mocks * cleanup db migrations
7 lines
235 B
SQL
7 lines
235 B
SQL
-- Migration 010: Collector Views (DOWN)
|
|
|
|
DROP VIEW IF EXISTS fullActiveCollectors;
|
|
DROP VIEW IF EXISTS currentCollectorMinCleanVersions;
|
|
DROP VIEW IF EXISTS collectorLatestVersions;
|
|
DROP VIEW IF EXISTS collectorCurrentActiveVersions;
|