Matvey Arye 2dfbc829b0 Fix off-by-one error on range-end
A hash function can have the value 2147483647, so range_end has to be
2147483648.
2017-11-14 08:00:10 -08:00
..
2017-07-13 09:04:01 -04:00
2017-07-31 13:27:01 -04:00
2017-08-21 13:57:36 -04:00
2017-09-04 15:48:08 -04:00
2017-09-20 12:10:48 -04:00
2017-10-12 13:56:03 -04:00
2017-11-07 21:16:58 -05:00
2017-07-13 09:04:01 -04:00
2017-07-31 13:27:01 -04:00
2017-08-21 13:57:36 -04:00
2017-09-04 15:48:08 -04:00
2017-09-20 12:10:48 -04:00
2017-10-12 13:56:03 -04:00
2017-11-07 21:16:58 -05:00
2017-07-13 08:33:08 -04:00

Folder for update SQL-scripts named pre-oldversion--newversion or post-oldversion--newversion

pre files are run before reloading the functions. These should include new tables, constraints, indexes, etc.

post functions are run after reloading the functions. These include any entities depending on functions-- e.g. triggers.

It is assumed that there is only one file for pre or post matching the newversion.