Skip to content

Commit

Permalink
Set extension version to 0.9
Browse files Browse the repository at this point in the history
This is a good starting point for a pre-release.
The extension version should be identical to the ora_migrator version.
  • Loading branch information
laurenz committed Feb 2, 2018
1 parent 0dd2164 commit 8f71239
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = ora_migrator
DATA = ora_migrator--1.0.sql
DATA = ora_migrator--*.sql
DOCS = README.ora_migrator
REGRESS = migrate check_results

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ora_migrator.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
comment = 'Tools to migrate Oracle databases to PostgreSQL'
default_version = '1.0'
default_version = '0.9'
requires = 'oracle_fdw'
superuser = false
relocatable = true

0 comments on commit 8f71239

Please sign in to comment.