feat: store image metadata in sqlite and images on disk
This commit is contained in:
		
							
								
								
									
										7
									
								
								drizzle/0002_chubby_vance_astro.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								drizzle/0002_chubby_vance_astro.sql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| CREATE TABLE `image` ( | ||||
| 	`created_at` integer DEFAULT (current_timestamp), | ||||
| 	`url` text NOT NULL, | ||||
| 	`average` text NOT NULL, | ||||
| 	`blurhash` text NOT NULL, | ||||
| 	`mime` text NOT NULL | ||||
| ); | ||||
		Reference in New Issue
	
	Block a user