-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtables.sh
executable file
·27 lines (19 loc) · 1.06 KB
/
tables.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
ndb sql-create Nether.User.EntitySession --drop -y
ndb sql-create Nether.User.EntityAccessType --drop -y
ndb sql-create Nether.Atlantis.Struct.PrototypeIndex --drop -y
ndb sql-create Nether.Atlantis.Struct.EntityRelationship --drop -y
ndb sql-create Nether.Atlantis.Struct.EmailUpdate --drop -y
ndb sql-create Nether.Atlantis.Struct.LoginReset --drop -y
ndb sql-create Nether.Atlantis.Struct.ContactEntry --drop -y
ndb sql-create Nether.Atlantis.Struct.TrafficRow --drop -y
ndb sql-create Nether.Atlantis.Struct.TrafficReport --drop -y
ndb sql-create Nether.Atlantis.Media.File --drop -y
ndb sql-create Nether.Atlantis.Media.Tag --drop -y
ndb sql-create Nether.Atlantis.Media.TagLink --drop -y
ndb sql-create Nether.Atlantis.Media.VideoThirdParty --drop -y
ndb sql-create Nether.Atlantis.Page.Entity --drop -y
ndb sql-create Nether.Atlantis.Page.Section --drop -y
ndb sql-create Nether.Atlantis.ShortURL.Entity --drop -y
ndb sql-create Nether.Atlantis.Profile.Entity --drop -y
ndb sql-create Nether.Atlantis.Systems.RateLimiter.StorageAPI.Database.Row --drop -y