diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-06 23:40:37 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-06 23:40:37 +0000 |
commit | f66f20e6db3f936e8c93b79593a08acae2c438ce (patch) | |
tree | c771c4a45577bd2cf85c88599122b8bf5f6abb17 | |
parent | 84dc3479cfed7f6b812390f75f770a12df1f4d59 (diff) |
Adding script to drop location types
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2239 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | sql/modules/drop-Location.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/modules/drop-Location.sql b/sql/modules/drop-Location.sql new file mode 100644 index 00000000..f5619c76 --- /dev/null +++ b/sql/modules/drop-Location.sql @@ -0,0 +1,3 @@ +-- Types: + +DROP TYPE location_result CASCADE; |