aurweb/support/schema
Dan McGee f9eba12312 Ensure users can be deleted when foreign keys are present
This change is necessary to prevent this:
    mysql> delete from Users where ID = 112;
    ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`aur`.`Packages`, CONSTRAINT `Packages_ibfk_2` FOREIGN KEY (`SubmitterUID`) REFERENCES `Users` (`ID`) ON DELETE NO ACTION)

As a bonus, due to foreign keys, orphaning of packages will be
automatic.

Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-03-04 10:29:14 +01:00
..
aur-schema.sql Ensure users can be deleted when foreign keys are present 2011-03-04 10:29:14 +01:00
gendummydata.py Allow DB connection values to come from the environment 2011-03-04 10:29:14 +01:00
reloadtestdb.sh Allow DB connection values to come from the environment 2011-03-04 10:29:14 +01:00