aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/orm1.urp
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-10-06 13:11:03 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-10-06 13:11:03 -0400
commit37f1efc23e011927873cfc5871ac7686eac5a745 (patch)
tree0678ebf96e02863f7ab6dc5eea1adf7d4c3bb127 /demo/more/orm1.urp
parent79edb644cdc9c2218be3c34151eb69a84fb8344e (diff)
Finalized Orm1 demo
Diffstat (limited to 'demo/more/orm1.urp')
-rw-r--r--demo/more/orm1.urp4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/more/orm1.urp b/demo/more/orm1.urp
index 96d1a6e7..450f57a8 100644
--- a/demo/more/orm1.urp
+++ b/demo/more/orm1.urp
@@ -1,6 +1,6 @@
library orm
-database dbname=orm1
-sql orm1.sql
+database dbname=test
+sql test.sql
$/list
orm1