diff options
Diffstat (limited to 'engine/schema')
-rw-r--r-- | engine/schema/mysql.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql index e6b1834c1..4526da43d 100644 --- a/engine/schema/mysql.sql +++ b/engine/schema/mysql.sql @@ -22,7 +22,6 @@ CREATE TABLE `prefix_entities` ( `subtype` int(11) NULL,
`owner_guid` bigint(20) unsigned NOT NULL,
- `site_guid` bigint(20) unsigned NOT NULL default '0',
`access_id` int(11) NOT NULL,
`time_created` int(11) NOT NULL,
|