mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 22:12:14 +00:00
17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
-- 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_Reco;
|
|
|
|
DROP TABLE Training_Levels;
|
|
|
|
DROP TABLE Training_Records;
|