Flush local database

  1. cd ./go/
  2. make mysql.flush
  3. this command down mysql database and flush it
    ┌───────┐                                                              
    │ Event │                   ┌────────────────────┐                     
    └───────┘               ┌───│ OrganizationMember │                     
        │                   │   └────────────────────┘                     
        │                   │              │                               
┌──────────────┐        ┌──────┐           │                               
│ Notification │────────│ User │   ┌──────────────┐┌─────────────────────┐ 
└──────────────┘        └──────┘   │ Organization ││ ChallengeValidation │ 
┌────────────────┐          │      └──────────────┘└─────────────────────┘ 
│ InventoryItems │───┐      │              │                  │            
└────────────────┘   │      │              │                  │            
┌────────────────┐   ┌────────────┐    ┌──────┐   ┌───────────────────────┐
│ WhoswhoAttempt │───│ TeamMember │────│ Team │───│ ChallengeSubscription │
└────────────────┘   └────────────┘    └──────┘   └───────────────────────┘
┌─────────────┐      │      │              │                  │            
│ Achievement │──────┘      │              │                  │            
└─────────────┘   ┌──────────────────┐┌─────────┐    ┌─────────────────┐   
                  │ CouponValidation ││ Season  │────│ SeasonChallenge │   
                  └──────────────────┘└─────────┘    └─────────────────┘   
                            │  ┌────────┐  │         │        │            
                            └──│ Coupon │──┘      ┌──┘        │            
                               └────────┘         │           │            
                        ┌─────────────┐  ┌─────────────────┐  │            
                        │  Challenge  │──│ ChallengeFlavor │  │            
                        └─────────────┘  └─────────────────┘  │            
                                 ┌────────────┐     ┌───────────────────┐  
                                 │ Hypervisor │─────│ ChallengeInstance │  
                                 └────────────┘     └───────────────────┘