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

Contents of /contributions/modules/disknode/disknode.mysql

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


Revision 1.1 - (show annotations) (download)
Fri Jan 6 16:56:35 2006 UTC (3 years, 10 months ago) by elmuerte
Branch: MAIN
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--0-2, DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-6, DRUPAL-4-7, DRUPAL-6--1
initial checkin
1
2 CREATE TABLE `downloads` (
3 `fid` int(10) unsigned NOT NULL default '0',
4 `counter` int(10) unsigned NOT NULL default '0',
5 UNIQUE KEY `fid` (`fid`)
6 );

  ViewVC Help
Powered by ViewVC 1.1.2