Update DataManagementPlanDB.sql
This commit is contained in:
parent
4f6d949dab
commit
59846ef8b9
|
@ -25,7 +25,10 @@ drop table if exists "Registry" cascade;
|
||||||
drop table if exists "DatasetService" cascade;
|
drop table if exists "DatasetService" cascade;
|
||||||
drop table if exists "DatasetRegistry" cascade;
|
drop table if exists "DatasetRegistry" cascade;
|
||||||
drop table if exists "DatasetDataRepository" cascade;
|
drop table if exists "DatasetDataRepository" cascade;
|
||||||
drop table if exists "UserInfo" cascade;
|
DROP table if exists "UserDMP" cascade;
|
||||||
|
DROP table if exists "UserInfo" cascade;
|
||||||
|
DROP table if exists "UserAuth" cascade;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
|
-- CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
|
||||||
|
|
Loading…
Reference in New Issue