newsletter handling
authorx2000habouzit <x2000habouzit>
Thu, 14 Oct 2004 21:42:22 +0000 (21:42 +0000)
committerx2000habouzit <x2000habouzit>
Thu, 14 Oct 2004 21:42:22 +0000 (21:42 +0000)
scripts/migration/0.0.0_to_0.9.0/newsleter.sql [new file with mode: 0644]

diff --git a/scripts/migration/0.0.0_to_0.9.0/newsleter.sql b/scripts/migration/0.0.0_to_0.9.0/newsleter.sql
new file mode 100644 (file)
index 0000000..5ac2225
--- /dev/null
@@ -0,0 +1,5 @@
+
+CREATE TABLE newsletter_ins (
+  user_id smallint(4) unsigned NOT NULL default '0',
+  PRIMARY KEY  (user_id)
+) TYPE=MyISAM COMMENT='liste des abonnés à la newsletter';