feat(core): project copying and tracking directories (#30139)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE `project_directory` (
|
||||
`project_id` text NOT NULL,
|
||||
`directory` text NOT NULL,
|
||||
`type` text NOT NULL,
|
||||
`time_created` integer NOT NULL,
|
||||
CONSTRAINT `project_directory_pk` PRIMARY KEY(`project_id`, `directory`),
|
||||
CONSTRAINT `fk_project_directory_project_id_project_id_fk` FOREIGN KEY (`project_id`) REFERENCES `project`(`id`) ON DELETE CASCADE
|
||||
);
|
||||
1746
packages/core/migration/20260602182828_add_project_directories/snapshot.json
generated
Normal file
1746
packages/core/migration/20260602182828_add_project_directories/snapshot.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user