summaryrefslogtreecommitdiff
path: root/db/update.d/02_AngelTypes.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-08-22 19:32:54 +0200
committermsquare <msquare@notrademark.de>2016-08-22 19:32:54 +0200
commit3f4be08865296431d070e4386a252dac84d528ec (patch)
tree08ab8c245137dff544c7c928b4a924e604b41ece /db/update.d/02_AngelTypes.php
parent14d20933f7dcbf6d4aab3ee2c6444a19c7afdfd6 (diff)
remove old update script
Diffstat (limited to 'db/update.d/02_AngelTypes.php')
-rw-r--r--db/update.d/02_AngelTypes.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/update.d/02_AngelTypes.php b/db/update.d/02_AngelTypes.php
deleted file mode 100644
index b5561402..00000000
--- a/db/update.d/02_AngelTypes.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-if(_rename_table("EngelType", "AngelTypes"))
- sql_query("ALTER TABLE `AngelTypes`
- CHANGE `TID` `id` INT NOT NULL AUTO_INCREMENT,
- CHANGE `Name` `name` VARCHAR(25) NOT NULL DEFAULT '',
- DROP `Man`,
- ADD `restricted` INT(1) NOT NULL
- ");
-?>