summaryrefslogtreecommitdiff
path: root/support/schema
AgeCommit message (Expand)Author
2013-08-28Add a registration time stamp to the "Users" tableLukas Fleischer
2013-08-27Add a "fonts" package categoryLukas Fleischer
2013-08-22Add a quorum column to TU_VoteInfoLukas Fleischer
2013-08-22Store the number of TUs when starting a voteLukas Fleischer
2013-08-22Allow for setting an account's inactivity statusLukas Fleischer
2013-03-24Add "Bans" table to database schemacanyonknight
2013-03-21Save last login IP addressLukas Fleischer
2012-12-22gendummydata.py: Open all files with UTF-8 encodingcanyonknight
2012-12-22gendummydata.py: Remove need for fortune subprocesscanyonknight
2012-11-15gendummydata.py: Remove extra letter from dummy pkgrelcanyonknight
2012-10-22Use HTTPS links everywhere for Arch sitesDan McGee
2012-07-06gendummydata.py: Add ability to generate dummy trusted user proposalscanyonknight
2012-07-06gendummydata.py: Change variable to string to eliminate redundant codecanyonknight
2012-07-06gendummydata.py: Remove unused variablescanyonknight
2012-07-06gendummydata.py: Add check for command generating dummy commentscanyonknight
2012-03-24Add field for PGP key in profile informationLukas Fleischer
2011-10-24Add LastLogin column to Users tableDan McGee
2011-10-24Remove explicit utf8 declarations in table creationDan McGee
2011-06-25Fix performance issues with new PackageDepends lookupsDan McGee
2011-04-13Remove "NewPkgNotify" column from "Users" table.Lukas Fleischer
2011-04-13Make "gendummydata.py" Python 3 compliant.Lukas Fleischer
2011-04-12Fix dependency generation in "gendummydata.py".Lukas Fleischer
2011-04-12Fix syntax error in "CREATE TABLE" statement in the SQL schema.Lukas Fleischer
2011-04-12wrap long SQL commands to improve formatting and readabilityelij
2011-04-12replace print statements with logging module in gendummydataelij
2011-04-12remove mysql dependency from gendummydataelij
2011-04-03Remove Dummy Package conceptDan McGee
2011-03-30gendummydata.py: Do not touch output file until we need it.Lukas Fleischer
2011-03-04Ensure users can be deleted when foreign keys are presentDan McGee
2011-03-04Allow DB connection values to come from the environmentDan McGee
2011-03-04Use a single transaction to write dummy dataDan McGee
2011-02-28Remove database recreation code from "support/schema/reloadtestdb.sh".Lukas Fleischer
2011-02-28Specify utf8 in database schema.Loui Chang
2011-02-27Fix some minor bugs in "support/schema/gendummydata.py".Lukas Fleischer
2011-02-27Add "ENGINE = InnoDB" to "CREATE TABLE" statements in the SQL schema.Lukas Fleischer
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer
2011-02-27Define "PackageComments.DelUsersID" as "NULL".Lukas Fleischer
2011-02-26Add missing foreign keys and constraints to the DB.Lukas Fleischer
2011-02-11Use VARCHAR instead of CHAR in "PackageBlacklist" table.Lukas Fleischer
2011-02-11Add a package name blacklist.Lukas Fleischer
2011-02-10Remove unused fulltext index from "Packages" table.Lukas Fleischer
2011-02-09Use VARCHAR instead of CHAR where appropriate.Lukas Fleischer
2011-02-01Drop "PackageContents" table and references.Lukas Fleischer
2011-02-01Remove "FSPath" column from "Packages" table.Lukas Fleischer
2011-02-01Drop PackageLocations table and referencesDan McGee
2011-01-24Use "python2" shebang for "newpackage-notify" and "gendummydata.py".Lukas Fleischer
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer
2010-11-10Add timestamp when a package is flagged out-of-date (FS#20848).Lukas Fleischer
2010-04-17Support for storing salted passwordsDenis
2009-11-29aur-schema.sql: Expand LangPreference field to allow for longer lang codes.Loui Chang