lume/src-tauri/migrations/20230811074423_rename_blocks_to_widgets.sql

3 lines
66 B
MySQL
Raw Normal View History

2023-08-11 08:25:33 +00:00
-- Add migration script here
ALTER TABLE blocks
RENAME TO widgets;