aboutsummaryrefslogtreecommitdiffstats
path: root/db/rerun_dbic_loader.pl
Commit message (Collapse)AuthorAgeLines
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-1/+1
| | | | Command line scripts don't need a full blown app, just database.
* Remove ms_current_timestamp() override function.Matthew Somerville2015-08-13-1/+0
| | | | | This override is not used anywhere, it dates from a very old long-gone test script, and causes issues with database query planning.
* Use bcrypt.Matthew Somerville2011-06-24-1/+1
|
* add admin_log table to modelsStruan Donald2011-06-06-1/+0
|
* Add alert_sent and alert_type to DBIx::Class.Matthew Somerville2011-06-03-2/+0
|
* generate model for secret tableStruan Donald2011-06-03-1/+0
|
* generate result set object for contacts_history tableStruan Donald2011-06-02-1/+0
|
* Add InflateColumn::DateTime to all models.Matthew Somerville2011-05-24-1/+1
|
* Add DB::Questionnaire (and update schema.sql with schema changes).Matthew Somerville2011-05-20-3/+2
|
* add comment table in to generated DB files and regenerateStruan Donald2011-05-17-1/+0
|
* generate result for alert tableStruan Donald2011-05-10-1/+0
|
* Add 'abuse' table and put abuse logic into problemEdmund von der Burg2011-03-28-1/+0
|
* Store tokens correctlyEdmund von der Burg2011-03-24-0/+4
|
* Add contacts table to DBIC schemaEdmund von der Burg2011-03-21-1/+0
|
* Update DBIC SchemaEdmund von der Burg2011-03-15-4/+14
|
* Allow users to create an account, confirm it and logoutEdmund von der Burg2011-03-03-1/+1
|
* Ported AuthToken to DBIx::ClassEdmund von der Burg2011-03-02-1/+1
|
* changes to schema needed for DBIx::ClassEdmund von der Burg2011-03-01-0/+34
ORM generator script