diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-06 10:12:16 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-06 10:12:16 +0000 |
commit | 73276465c38c534bb4fbcf2e7ef3f09399e57b7f (patch) | |
tree | bcd8d8970a7ead4214a276d1953e4c3a52398a91 /engine | |
parent | e7bae05d08159e4b061214c9ef9b091273c1e53f (diff) | |
download | elgg-73276465c38c534bb4fbcf2e7ef3f09399e57b7f.tar.gz elgg-73276465c38c534bb4fbcf2e7ef3f09399e57b7f.tar.bz2 |
git-svn-id: https://code.elgg.org/elgg/trunk@85 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/schema/mysql.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql index c1b30e3e4..1361f7ebc 100644 --- a/engine/schema/mysql.sql +++ b/engine/schema/mysql.sql @@ -136,7 +136,7 @@ CREATE TABLE `prefix_sites` ( `created` int(11) NOT NULL,
`last_updated` int(11) NOT NULL,
- `access_id` int(11) NOT NULL
+ `access_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM ;
|