simonw / datasette-edit-schema

Datasette plugin for modifying table schemas
Apache License 2.0
16 stars 0 forks source link

After Datasette 1.0a9 respect `alter-table` permission #56

Closed simonw closed 8 months ago

simonw commented 9 months ago

See comment:

simonw commented 9 months ago

I think renaming a table should require both create-table and drop-table since it has the same impact as removing a table entirely (dropping it) and then creating a brand new one.

simonw commented 8 months ago

This is no longer blocked, 1.0a9 is out now: https://docs.datasette.io/en/latest/changelog.html#a9-2024-02-16

simonw commented 8 months ago

This work will happen in: