mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 00:12:15 +00:00
Convert the export scripts from generic SQL to usable postgres including relationships
This commit is contained in:
16
training/migrations/data/psql_del.sql
Normal file
16
training/migrations/data/psql_del.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
-- Exported from MS Access to PostgreSQL
|
||||
-- (C) 1997-98 CYNERGI - www.cynergi.net, info@cynergi.net
|
||||
|
||||
DROP TABLE Categories;
|
||||
|
||||
DROP TABLE Members;
|
||||
|
||||
DROP TABLE tblrequirements;
|
||||
|
||||
DROP TABLE Training_Items;
|
||||
|
||||
DROP TABLE Training_Level_Records;
|
||||
|
||||
DROP TABLE Training_Levels;
|
||||
|
||||
DROP TABLE Training_Records;
|
||||
Reference in New Issue
Block a user