diff options
author | Fabio Varesano <fax8@13637.no-reply.drupal.org> | 2006-01-06 08:17:54 +0000 |
---|---|---|
committer | Fabio Varesano <fax8@13637.no-reply.drupal.org> | 2006-01-06 08:17:54 +0000 |
commit | ffc63c4c6bd2b100e728f819b75c4df6f550c2a0 (patch) | |
tree | c75abd050beac0bf474aa7262ab87cf1f957d4d9 | |
parent | b2c19eca6960d1cbce056c183019b69bda4bc749 (diff) | |
download | video-ffc63c4c6bd2b100e728f819b75c4df6f550c2a0.tar.gz video-ffc63c4c6bd2b100e728f819b75c4df6f550c2a0.tar.bz2 |
Ops! I forget to change the primary key to vid insted of nid.
-rw-r--r-- | video.mysql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video.mysql b/video.mysql index c47dafb..cd11893 100644 --- a/video.mysql +++ b/video.mysql @@ -23,5 +23,5 @@ CREATE TABLE video ( custom_field_5 text NULL default NULL, custom_field_6 text NULL default NULL, serialized_data text NULL default NULL, - PRIMARY KEY (nid) + PRIMARY KEY (vid) ) TYPE=MyISAM COMMENT='size is in bytes'; |