oregoncore/sql/updates
2019-05-08 11:30:23 -03:00
..
characters and missing change 2018-02-01 11:04:28 -04:00
realmd Add empty READMEs to sql/updates (in order to create missing directories) 2016-01-19 21:39:49 +01:00
world [Core/SAI] Allow for a 5th SAI event parameter 2019-05-08 11:30:23 -03:00
README.md [Core/DB/Build] Fix some issues with migrating to git 2016-01-16 12:37:04 +01:00

SQL Updates

SQL updates are updates for database and are necessary for keeping for database up-to-date.
Some changes are deeply linked core-db so they should be always synchronized.
For automatic updating you can turn off DatabaseUpdater in oregoncore.conf.dist.

Formatting

Each update should be formatted like:

YYYY_MM_DD_name.sql

where:

  • YYYY is 4 digit year (e.g. 2016)
  • MM is 2 digit month (i.e. 01-12)
  • DD is 2 digit day in month (i.e. 01-31)
  • name is an arbitrary name for the update (must not contain dot characters (.)