Pre-create Service Provider
This commit is contained in:
		
							parent
							
								
									2c75c50435
								
							
						
					
					
						commit
						cae9e119b5
					
				
					 2 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -95,6 +95,10 @@ public class DBHelper extends SQLiteOpenHelper {
 | 
			
		|||
        writeDB = this.getWritableDatabase();
 | 
			
		||||
        //pre-add the admin user
 | 
			
		||||
        addUser(new Admin());
 | 
			
		||||
        addUser(new ServiceProvider("testing", "testing", "TestFirst", "TestLast",
 | 
			
		||||
                                    "1234 Test Street, Testinaro, Timor-Teste", "6136136163",
 | 
			
		||||
                                    "Test Company", false,
 | 
			
		||||
                                    "Tested 10 years"));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue