summaryrefslogtreecommitdiff
path: root/db/update.d/05_ShiftEntry.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/update.d/05_ShiftEntry.php')
-rw-r--r--db/update.d/05_ShiftEntry.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/update.d/05_ShiftEntry.php b/db/update.d/05_ShiftEntry.php
deleted file mode 100644
index 3e3a7b6b..00000000
--- a/db/update.d/05_ShiftEntry.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-if(sql_num_query("DESCRIBE `ShiftEntry` `id`") === 0) {
- sql_query("ALTER TABLE `ShiftEntry` ADD `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST");
- $applied = true;
-}
-_add_index("ShiftEntry", array("SID"));
-_add_index("ShiftEntry", array("TID"));
-_add_index("ShiftEntry", array("UID"));
-?>