You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
428 B
6 lines
428 B
-- This migration adds the updated_at column to existing dict entry tables |
|
-- Since dict entry tables are created dynamically, we need to handle this differently |
|
-- For now, we'll drop and recreate existing tables to ensure they have the correct schema |
|
|
|
-- Note: In a production environment, you would want to handle this more carefully |
|
-- by checking each existing dict_entries_* table and adding the column if it doesn't exist |