Insert user "admin" to site_admin in sample_data
This commit is contained in:
		
							parent
							
								
									c9e28e9b5b
								
							
						
					
					
						commit
						36c158b54b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -7,6 +7,8 @@ VALUES ("user", "123"); | |||
| INSERT OR IGNORE INTO users(username, password) | ||||
| VALUES ("user2", "123"); | ||||
| 
 | ||||
| INSERT OR IGNORE INTO site_admin VALUES (1); | ||||
| 
 | ||||
| INSERT OR IGNORE INTO projects(name,description,owner_user_id) | ||||
| VALUES ("projecttest","test project", 1); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Peter KW
						Peter KW