Add: active_app.php
This commit is contained in:
@@ -27,8 +27,8 @@ CREATE TABLE moty_app (
|
||||
AppType INT UNSIGNED NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE moty_activate_app (
|
||||
ActivateAppID INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
||||
CREATE TABLE moty_active_app (
|
||||
ActiveAppID INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
||||
MaestroID INT UNSIGNED NOT NULL,
|
||||
AppID INT UNSIGNED NOT NULL,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user