forked from fediversity/meta
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			776 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			776 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ---
 | |
| title: Fediversity migration entity relations
 | |
| ---
 | |
| erDiagram
 | |
|     setup["Fediversity setup"]
 | |
|     env["run-time environment"]
 | |
|     deployed["deployed configuration"]
 | |
|     staged["staged configuration"]
 | |
|     token["deployment token"]
 | |
|     script["migration script"]
 | |
| 
 | |
|     setup }o--o{ env : offers
 | |
|     setup ||--o{ operator : serves
 | |
|     operator ||--o{ domain : owns
 | |
|     deployment }|--|| domain : uses
 | |
|     operator ||--o{ deployment : has
 | |
|     deployment ||--|{ token : generates
 | |
|     deployment ||--o| deployed : has
 | |
|     deployment ||--|| staged : has
 | |
|     deployed |o--|| staged : compares
 | |
|     deployed ||--|{ application : describes
 | |
|     application ||--o{ version : follows
 | |
|     application ||--o{ script : runs
 | |
|     deployed }|--o{ version : follows
 | |
|     script }o--|| token : uses
 |