Changeset 108 for donation/install.sql

Show
Ignore:
Timestamp:
11/24/07 14:31:28 (6 years ago)
Author:
d0nut
Message:
  • first effort: all packages are installable
  • second effort: the concept works
  • what follows: the implementation ;)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • donation/install.sql

    r61 r108  
    1 -- WCF 
     1DROP TABLE IF EXISTS wcf1_donation; 
    22CREATE TABLE wcf1_donation ( 
    33  donationID int(10) unsigned NOT NULL,