harbor/tools
wangyan 22411cf6b2 Fix pgsql creation column bug
Root cause: Use default 'now'::timestamp will not generate timestamp for each transaction,
PG will convert now to a timestamp as soon as the constant is parsed. To fix it, update it
to defult CURRENT_TIMESTAMP, thie setting is the same as default now(), which returns the
start time of current transaction because ther are fuction calls, hey will give the desired
behavior of defaulting to the time of row insertion.

Reference: https://www.postgresql.org/docs/9.6/static/functions-datetime.html#FUNCTIONS-DATETIME-CURRENT
PG version: 9.6.9
2018-07-30 04:58:44 -07:00
..
copyright add copy right script 2017-03-30 01:22:17 -07:00
migration Fix pgsql creation column bug 2018-07-30 04:58:44 -07:00
ova add 1.1.0.1 support 2017-04-24 23:49:27 -07:00
ui_lib build & publish npm package for VIC after ci 2017-11-22 20:01:00 +08:00