summaryrefslogtreecommitdiff
path: root/pkgbase_schema.sql
Commit message (Expand)AuthorAgeFilesLines
* edit all the URLs at once; use a row id to editRichard Jones2013-03-191-0/+1
* fix defaultRichard Jones2013-03-191-1/+1
* include the SQL migration infoRichard Jones2013-03-191-1/+2
* update for new id column added to journals (to aid making journal rows unique...Richard Jones2013-01-141-0/+1
* Rename "user" to "user_name" column to prevent conflict with PostgreSQL keyword.Martin v. L?wis2012-03-251-2/+2
* Replace varchar2 with varchar. Closes #3 on https://bitbucket.org/loewis/pypi.Martin v. L?wis2012-03-251-12/+12
* Fix typo. Closes #1 on https://bitbucket.org/loewis/pypi.Martin v. L?wis2012-03-251-1/+1
* moar oauth compatRichard Jones2012-03-151-0/+1
* fix bug in oauth library and flow-on bug in nonce handlingRichard Jones2012-03-151-1/+2
* nonce token is nullableRichard Jones2012-03-151-2/+1
* add initial OAuth implementationRichard Jones2012-03-141-1/+37
* add reading of long description from README filesrichard2012-03-121-0/+1
* Reflect additions of cascaded updates.martin.von.loewis2011-11-301-6/+9
* Use SQL store for associations.martin.von.loewis2011-11-201-0/+21
* Add missing changes.martin.von.loewis2011-11-201-8/+0
* Redo openid login to support direct verification.martin.von.loewis2011-11-191-0/+8
* openid provider support; thanks Mark Reesrichard2011-09-051-0/+7
* addition of CSRF protection; thanks Capel Brunkerrichard2011-08-231-0/+8
* add ability for packages to list a bug tracker stored against the package (no...richard2011-08-231-0/+1
* hmm, the most recent migrate with the referenced columns removes them, even t...richard2011-08-221-7/+1
* update with current production schemarichard2011-08-221-1/+7
* fix FK contstraint handling on user delete; thanks Andy Toddrichard2011-08-221-1/+1
* Cascade renamed into comments_journal.martin.von.loewis2011-02-201-1/+1
* Add uniqueness constraint for otks.martin.von.loewis2011-01-281-2/+2
* Integrate dependency tables into a single one.martin.von.loewis2010-08-141-83/+7
* Follow pkgbase change to change ratings primarymartin.von.loewis2010-07-241-0/+1
* Remove unused sequences; use SERIAL PRIMARY KEY consistently to make life eas...georg.brandl2010-07-231-14/+3
* Add support for running PyPI on sqlite3.martin.von.loewis2010-07-221-3/+7
* Fix schema so that postgres can import it.martin.von.loewis2010-07-211-31/+13
* Merge tarek-pep-345-support.martin.von.loewis2010-04-241-35/+86
* Implement login with typed-in openid.martin.von.loewis2010-01-031-0/+1
* Add SSH remote access.martin.von.loewis2010-01-021-0/+7
* Add missing name/version indices.martin.von.loewis2009-12-281-1/+5
* Allow package authors to opt out of commenting.martin.von.loewis2009-12-041-1/+2
* Add timestamps to OTKs. Support resending OTKs throughmartin.von.loewis2009-11-251-1/+2
* Implement followups.martin.von.loewis2009-10-231-1/+18
* Copy ratings table from tools script.martin.von.loewis2009-09-251-0/+13
* Implement OpenID.martin.von.loewis2009-08-311-1/+37
* root_url becomes ip in the mirrors tabletarek.ziade2009-03-301-1/+1
* Simplify mirror database.martin.von.loewis2009-03-291-7/+1
* Merged revisions 566-578 via svnmerge frommartin.von.loewis2009-03-271-0/+13
* Issue #2194485: Display upload times for files.martin.von.loewis2009-02-081-1/+3
* Add cascaded updates, to allow renaming of packages.martin.von.loewis2009-01-071-8/+8
* Record last login.martin.von.loewis2008-05-121-1/+2
* Force file name to match package name. Fixes #1901694.martin.von.loewis2008-05-121-1/+2
* Add description_urls.martin.von.loewis2007-07-211-0/+9
* Fix keyid field.martin.von.loewis2007-07-211-1/+1
* Return even journal entries with NULL version sincemartin.von.loewis2007-07-131-2/+1
* Add changelog RPC.martin.von.loewis2007-07-131-0/+3
* Add index to implement home page faster.martin.von.loewis2007-07-101-1/+3