cloudaxe-opencode/packages/opencode/migration/20260511000411_data_migration_state/migration.sql

5 lines
96 B
MySQL
Raw Permalink Normal View History

CREATE TABLE `data_migration` (
`name` text PRIMARY KEY,
`time_completed` integer NOT NULL
);