forked from midou/invidious
		
	Add config option to cache annotations from IA
This commit is contained in:
		
							
								
								
									
										12
									
								
								config/sql/annotations.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								config/sql/annotations.sql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| -- Table: public.annotations | ||||
|  | ||||
| -- DROP TABLE public.annotations; | ||||
|  | ||||
| CREATE TABLE public.annotations | ||||
| ( | ||||
|   id text NOT NULL, | ||||
|   annotations xml, | ||||
|   CONSTRAINT annotations_id_key UNIQUE (id) | ||||
| ); | ||||
|  | ||||
| GRANT ALL ON TABLE public.annotations TO kemal; | ||||
		Reference in New Issue
	
	Block a user