Finally remove metadata columns from SQL tables #213

Closed
opened 2018-05-05 13:13:19 +00:00 by p3k · 2 comments
p3k commented 2018-05-05 13:13:19 +00:00 (Migrated from github.com)

We kept them for a while after introducing the metadata table but now they can be removed for good.

alter table account drop metadata;
alter table content drop metadata;
alter table file drop metadata;
alter table image drop metadata;
alter table layout drop metadata;
alter table site drop metadata;
We kept them for a while after introducing the metadata table but now they can be removed for good. ```sql alter table account drop metadata; alter table content drop metadata; alter table file drop metadata; alter table image drop metadata; alter table layout drop metadata; alter table site drop metadata; ```
github-actions[bot] commented 2021-05-17 02:38:02 +00:00 (Migrated from github.com)

Stale issue message

Stale issue message
p3k commented 2021-06-03 21:04:07 +00:00 (Migrated from github.com)

Removed, closing.

Removed, closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: antville/antville#213
No description provided.