diff options
Diffstat (limited to 'docs/sample-irdb.sql')
-rw-r--r-- | docs/sample-irdb.sql | 4 |
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: |