aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

bundle: copy #139

Closed erichanson closed 4 years ago

erichanson commented 5 years ago

function bundle.bundle_copy( bundle_id uuid, new_name text ) returns uuid

erichanson commented 5 years ago

Optional commit_id argument, to copy just one commit.

erichanson commented 4 years ago

This is not a good idea. Key collisions galore etc. Gank (from the IDE) is a better approach. Closing.