You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 nameddevelop
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.The text was updated successfully, but these errors were encountered: