pull/1451/head
phl0 2022-04-07 12:07:51 +02:00
rodzic 7ef299c869
commit 0977bd400a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ class Migration_add_power_to_cat extends CI_Migration {
public function up()
{
if (!$this->db->field_exists('powre', 'cat')) {
if (!$this->db->field_exists('power', 'cat')) {
$fields = array(
'power INT NULL DEFAULT 0',
);