openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e47fdbd731ede2235b5944ac51b8f90f9e7212d7
parent 1285f4f6c0dfabb3cef9b8d294e18fcb90105bdf
Author: dankert <devnull@localhost>
Date:   Sun,  2 May 2004 14:04:22 +0200

Neu: Loeschen aller Tabellen

Diffstat:
doc/database/sql/postgresql/drop.sql | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/doc/database/sql/postgresql/drop.sql b/doc/database/sql/postgresql/drop.sql @@ -0,0 +1,19 @@ +-- Drop all OpenRat tables +-- +DROP TABLE or_acl; +DROP TABLE or_value; +DROP TABLE or_usergroup; +DROP TABLE or_templatemodel; +DROP TABLE or_name; +DROP TABLE or_link; +DROP TABLE or_folder; +DROP TABLE or_file; +DROP TABLE or_element; +DROP TABLE or_projectmodel; +DROP TABLE or_page; +DROP TABLE or_language; +DROP TABLE or_template; +DROP TABLE or_object; +DROP TABLE or_group; +DROP TABLE or_user; +DROP TABLE or_project;+ \ No newline at end of file