changing owner to f0ck
This commit is contained in:
		
							
								
								
									
										6
									
								
								f0ck.sql
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								f0ck.sql
									
									
									
									
									
								
							@@ -17,13 +17,13 @@ SET client_min_messages = warning;
 | 
				
			|||||||
SET row_security = off;
 | 
					SET row_security = off;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
-- Name: public; Type: SCHEMA; Schema: -; Owner: postgres
 | 
					-- Name: public; Type: SCHEMA; Schema: -; Owner: f0ck
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- *not* creating schema, since initdb creates it
 | 
					-- *not* creating schema, since initdb creates it
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ALTER SCHEMA public OWNER TO postgres;
 | 
					ALTER SCHEMA public OWNER TO f0ck;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
-- Name: unaccent; Type: EXTENSION; Schema: -; Owner: -
 | 
					-- Name: unaccent; Type: EXTENSION; Schema: -; Owner: -
 | 
				
			||||||
@@ -664,7 +664,7 @@ ALTER TABLE ONLY public.user_sessions
 | 
				
			|||||||
CREATE PUBLICATION alltables FOR ALL TABLES WITH (publish = 'insert, update, delete, truncate');
 | 
					CREATE PUBLICATION alltables FOR ALL TABLES WITH (publish = 'insert, update, delete, truncate');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ALTER PUBLICATION alltables OWNER TO postgres;
 | 
					ALTER PUBLICATION alltables OWNER TO f0ck;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
-- Name: SCHEMA public; Type: ACL; Schema: -; Owner: postgres
 | 
					-- Name: SCHEMA public; Type: ACL; Schema: -; Owner: postgres
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user