unioslo / pysquril

Versioned, queryable, auditable document oriented data stores for REST APIs
0 stars 2 forks source link

Support altering table name #53

Closed leondutoit closed 6 months ago

leondutoit commented 6 months ago

When altering a table named A to B, A_audit will become B_audit, if it exists.

Ref: https://github.com/unioslo/pysquril/issues/43