mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Fix #1550 mark counter_site_status table as deleted
This commit is contained in:
parent
34280af0f0
commit
c26325efee
5 changed files with 28 additions and 5 deletions
|
|
@ -12,6 +12,7 @@ class Table
|
|||
public $indexes = array();
|
||||
public $primary_key = array();
|
||||
public $constraints = array();
|
||||
public $deleted = false;
|
||||
|
||||
/**
|
||||
* Generate the CREATE TABLE query for this table.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue