mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
[UPDATE] Adding monster looks to db (#220)
* [UPDATE] Adding monster looks to db * small adjustments add into schema.sql + change position in table * add DEFAULT = '' --------- Co-authored-by: slawkens <slawkens@gmail.com>
This commit is contained in:
3
system/migrations/35.php
Normal file
3
system/migrations/35.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// add look column
|
||||
$db->exec('ALTER TABLE `' . TABLE_PREFIX . "monsters` ADD `look` VARCHAR(255) NOT NULL DEFAULT '' AFTER `health`;");
|
Reference in New Issue
Block a user