mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
added id field on monsters, so you can delete in phpmyadmin
fixed adding some creatures with ' and "
This commit is contained in:
3
system/migrations/4.php
Normal file
3
system/migrations/4.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$db->query("ALTER TABLE `" . TABLE_PREFIX . "monsters` ADD `id` int(11) NOT NULL AUTO_INCREMENT primary key FIRST;");
|
||||
?>
|
Reference in New Issue
Block a user