projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398357c
)
Fixed a typo in the SQL for shorttitles.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 19 Feb 2005 19:26:40 +0000
(19:26 +0000)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 19 Feb 2005 19:26:40 +0000
(19:26 +0000)
sql/ccbs.sql
patch
|
blob
|
history
diff --git
a/sql/ccbs.sql
b/sql/ccbs.sql
index
e9b3d32
..
97bcd3f
100644
(file)
--- a/
sql/ccbs.sql
+++ b/
sql/ccbs.sql
@@
-25,7
+25,7
@@
CREATE TABLE songs (
);
CREATE TABLE songshorttitles (
- song INTEGER NOT NULL REFERENCES song,
+ song INTEGER NOT NULL REFERENCES song
s
,
shorttitle VARCHAR NOT NULL,
PRIMARY KEY ( song, shorttitle ),