Skip to content

Commit 0ef98e0

Browse files
committed
Fix duplicate key bug
1 parent 7cea6f7 commit 0ef98e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Database/Migrations/20190407221924_create_table_settings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function up()
2121
$this->forge->addField('id');
2222
$this->forge->addField($fields);
2323

24-
$this->forge->addUniqueKey('name');
2524
$this->forge->addKey('created_at');
2625

2726
$this->forge->createTable('settings');

0 commit comments

Comments
 (0)