mirror of
				https://gitea.invidious.io/iv-org/invidious
				synced 2025-06-05 23:29:12 +02:00 
			
		
		
		
	Fix typo in users.sql
This commit is contained in:
		| @@ -9,7 +9,7 @@ CREATE TABLE public.users | ||||
|     notifications text[] COLLATE pg_catalog."default", | ||||
|     subscriptions text[] COLLATE pg_catalog."default", | ||||
|     email text COLLATE pg_catalog."default" NOT NULL, | ||||
|     preferences text COLLAGE pg_catalog."default", | ||||
|     preferences text COLLATE pg_catalog."default", | ||||
|     CONSTRAINT users_email_key UNIQUE (email), | ||||
|     CONSTRAINT users_id_key UNIQUE (id) | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user