citusdata / pg_shard

ATTENTION: pg_shard is superseded by Citus, its more powerful replacement
https://github.com/citusdata/citus
GNU Lesser General Public License v3.0
1.06k stars 63 forks source link

Add v1.1 upgrade script #69

Closed jasonmp85 closed 9 years ago

jasonmp85 commented 9 years ago

We added a new user-facing function in #56 but did so directly in the main pg_shard SQL file. We need to bump our version number and add an upgrade script. I'm thinking during develop the script (and version) should be named develop or something and we can fill it in with a real version number during release. This will always give us a placeholder to add new functions during development and then we can "freeze" that version during release by renaming the file to the actual version being released.