mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 17:43:34 +08:00
Prepare the repo for next development cycle
This commit is contained in:
parent
00c979112d
commit
30d1483adb
@ -1,6 +1,6 @@
|
||||
# TimescaleDB Changelog
|
||||
|
||||
## 0.7.1 (2017-11-28)
|
||||
## 0.7.1 (2017-11-29)
|
||||
|
||||
**High-level changes**
|
||||
* Fix to the migration script for those coming from 0.6.1 (or earlier)
|
||||
|
@ -35,7 +35,8 @@ set(EXT_SQL_EXTRA_FILES
|
||||
timescaledb--0.5.0--0.6.0.sql
|
||||
timescaledb--0.6.0--0.6.1.sql
|
||||
timescaledb--0.6.1--0.7.0.sql
|
||||
timescaledb--0.6.1--0.7.1.sql)
|
||||
timescaledb--0.6.1--0.7.1.sql
|
||||
timescaledb--0.7.0--0.7.1.sql)
|
||||
|
||||
if (WIN32)
|
||||
# Make list of files into string of files separated by "+"
|
||||
|
0
sql/updates/post-0.7.1--0.8.0-dev.sql
Normal file
0
sql/updates/post-0.7.1--0.8.0-dev.sql
Normal file
1
sql/updates/pre-0.7.1--0.8.0-dev.sql
Normal file
1
sql/updates/pre-0.7.1--0.8.0-dev.sql
Normal file
@ -0,0 +1 @@
|
||||
DROP FUNCTION _timescaledb_cache.invalidate_relcache(oid);
|
@ -1,2 +1,2 @@
|
||||
version = 0.7.1
|
||||
update_from_version = 0.7.0
|
||||
version = 0.8.0-dev
|
||||
update_from_version = 0.7.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user