summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-04-06 04:54:11 +0200
committerpjmattal <pjmattal>2005-04-06 04:54:11 +0200
commit71b5b9e6b7e92fe1f2c0c49f47af1c1255f41e24 (patch)
tree7ecc58341c00433e99bf52f61384c525ebdff8c2 /support
parent7fccb8b634118a2f4f92220b194dc74273b15957 (diff)
downloadaur-71b5b9e6b7e92fe1f2c0c49f47af1c1255f41e24.tar.gz
aur-71b5b9e6b7e92fe1f2c0c49f47af1c1255f41e24.tar.xz
many changes in prep for launch
new doc page added changed AUR to community lower-cased unsupported fixed half of the bug with changing categories: categories now can't be changed for packages in community however they can still be changed out from under maintainers by joe users for unsupported packages debugged problem with package details not found when unsupported uploads were with Category 0 (changed default to 19)
Diffstat (limited to 'support')
-rw-r--r--support/schema/aur-schema.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql
index 0656f0e1..982014c8 100644
--- a/support/schema/aur-schema.sql
+++ b/support/schema/aur-schema.sql
@@ -95,11 +95,11 @@ CREATE TABLE PackageLocations (
PRIMARY KEY (ID)
);
INSERT INTO PackageLocations (Location) VALUES ('none');
-INSERT INTO PackageLocations (Location) VALUES ('Unsupported');
-INSERT INTO PackageLocations (Location) VALUES ('AUR');
-INSERT INTO PackageLocations (Location) VALUES ('Current');
-INSERT INTO PackageLocations (Location) VALUES ('Extra');
-INSERT INTO PackageLocations (Location) VALUES ('Unstable');
+INSERT INTO PackageLocations (Location) VALUES ('unsupported');
+INSERT INTO PackageLocations (Location) VALUES ('community');
+INSERT INTO PackageLocations (Location) VALUES ('current');
+INSERT INTO PackageLocations (Location) VALUES ('extra');
+INSERT INTO PackageLocations (Location) VALUES ('unstable');
-- Information about the actual packages