Deleted old 142
这个提交包含在:
父节点
e45ca7c138
当前提交
78671273fe
共有 1 个文件被更改,包括 0 次插入 和 16 次删除
|
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Migration_lotw_users_call_unique extends CI_Migration {
|
||||
|
||||
public function up() {
|
||||
// Update lotw_users and make the callsign column unique
|
||||
$this->db->query("ALTER TABLE lotw_users ADD UNIQUE `callsign_index` (`callsign`);");
|
||||
}
|
||||
|
||||
public function down(){
|
||||
// Update lotw_users and make the callsign column not unique
|
||||
$this->db->query("ALTER TABLE lotw_users DROP UNIQUE `callsign_index`;");
|
||||
}
|
||||
}
|
||||
正在加载…
在新工单中引用