aurweb/support/schema
elij 2e444a79d5 remove mysql dependency from gendummydata
- remove need to use mysql for escaping the sql -- removing single quote
  should be enough
- instead of using sql to fetch categories from a live database, simply
  consider categories an integer range, specified to the size of that in the
  aur-schema.

Lukas: Add "CATEGORIES_COUNT" initialization. Fix random number range
used in genCategory() (AUTO_INCREMENT columns are 1-based by default,
not 0-based).

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-04-12 11:56:32 +02:00
..
aur-schema.sql Remove Dummy Package concept 2011-04-03 22:59:32 +02:00
gendummydata.py remove mysql dependency from gendummydata 2011-04-12 11:56:32 +02:00
reloadtestdb.sh Allow DB connection values to come from the environment 2011-03-04 10:29:14 +01:00