| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Call the necessary boilerplate in each script so you can call them
directly. Remove boilerplate from files that don't need it.
|
| |
|
|
|
|
|
|
| |
bin/update-schema --commit should now work
A downgrade is also provided. Run bin/update-schema --help for details
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
bin/update-schema
locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
perllib/FixMyStreet/DB/Result/Body.pm
|
| | |
|
| |
| |
| |
| | |
to allow a wider range of action logging.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the development parameter is passed to the install-script, don't
install a crontab, don't set up nginx, don't force the repository
to a particular version, and don't set up an application server.
Also only create a general.yml file if one doesn't already exist,
and add some locales that the test suite assumes are present. And
run the db schema update script.
|
|/ |
|
|
It will examine the current database to see at what state it is,
and optionally run the newer schema SQL files in order to bring
the database up to date.
At the 'adding bodies' stage, it will also query MapIt to fill the
name column of the new body table.
|