summaryrefslogtreecommitdiff
path: root/pkgbase_schema.sql
diff options
context:
space:
mode:
authortarek.ziade <devnull@localhost>2009-03-30 20:51:14 +0000
committertarek.ziade <devnull@localhost>2009-03-30 20:51:14 +0000
commitddc4c2b83f021539e911baacf5f1fd21b8502f89 (patch)
treeb987b668f8297e43118b1660919f7c5789529677 /pkgbase_schema.sql
parent13f213b8218cb590a648279affc9dc9264903e6e (diff)
downloaddecorator-ddc4c2b83f021539e911baacf5f1fd21b8502f89.tar.gz
root_url becomes ip in the mirrors table
Diffstat (limited to 'pkgbase_schema.sql')
-rw-r--r--pkgbase_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgbase_schema.sql b/pkgbase_schema.sql
index 7276d45..0b2adcb 100644
--- a/pkgbase_schema.sql
+++ b/pkgbase_schema.sql
@@ -243,7 +243,7 @@ CREATE TABLE browse_tally (
-- Table structure for table: mirrors
CREATE TABLE mirrors (
- root_url TEXT PRIMARY KEY,
+ ip TEXT PRIMARY KEY,
user_name TEXT REFERENCES users
);