aboutsummaryrefslogtreecommitdiff
path: root/docs/sample-irdb.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-12-22 03:04:30 +0000
committerRob Austein <sra@hactrn.net>2007-12-22 03:04:30 +0000
commit4ce736d40ce0ec9582de9052a2307bb92c3d5e86 (patch)
tree47b172ed15803e86e65406a6f1a4651b3b66d6af /docs/sample-irdb.sql
parenteda706d180d87f6d64d69e9b1e99355a0e3ff0d6 (diff)
Checkpoint
svn path=/docs/sample-irdb.sql; revision=1413
Diffstat (limited to 'docs/sample-irdb.sql')
-rw-r--r--docs/sample-irdb.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sample-irdb.sql b/docs/sample-irdb.sql
index 81b16ddc..6319e1e3 100644
--- a/docs/sample-irdb.sql
+++ b/docs/sample-irdb.sql
@@ -34,3 +34,7 @@ CREATE TABLE net (
PRIMARY KEY (net_id),
FOREIGN KEY (registrant_id) REFERENCES registrant ON DELETE SET NULL ON UPDATE SET NULL
);
+
+-- Local Variables:
+-- indent-tab-mode: nil
+-- End: