feat: first cut at the full renderer
This commit is contained in:
8
drizzle/0004_overjoyed_paper_doll.sql
Normal file
8
drizzle/0004_overjoyed_paper_doll.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE `generated_file_hashes` (
|
||||
`project_id` text NOT NULL,
|
||||
`relative_path` text NOT NULL,
|
||||
`content_hash` text NOT NULL,
|
||||
`updated_at` integer NOT NULL
|
||||
);
|
||||
--> statement-breakpoint
|
||||
CREATE UNIQUE INDEX `generated_file_hashes_project_path_idx` ON `generated_file_hashes` (`project_id`,`relative_path`);
|
||||
Reference in New Issue
Block a user