/[drupal]/contributions/modules/notepad/notepad.mysql
ViewVC logotype

Contents of /contributions/modules/notepad/notepad.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sun Feb 11 06:12:57 2007 UTC (2 years, 9 months ago) by jondoesdrupal
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-1, DRUPAL-5--1-1, DRUPAL-5--1-2, HEAD
Changes since 1.1: +3 -0 lines
Added /* $Id$ */ line.
1
2 /* $Id$ */
3
4 CREATE TABLE notepad_node_metadata (
5 nid int(10) NOT NULL default '0',
6 vid int(10) NOT NULL default '0',
7 priority int(1) NOT NULL default '0',
8 PRIMARY KEY (vid),
9 KEY nid (nid)
10 ) TYPE=MyISAM;

  ViewVC Help
Powered by ViewVC 1.1.2