From 2977f2cba80df2a6c9543deb4ca1507ad4458826 Mon Sep 17 00:00:00 2001 From: Robert Gaggl Date: Fri, 26 Jul 2002 22:55:33 +0000 Subject: [PATCH] initial check-in (adding column USER_EMAIL_ISPUBLIC in table AV_USER) --- antville_dbpatch20020726.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 antville_dbpatch20020726.sql diff --git a/antville_dbpatch20020726.sql b/antville_dbpatch20020726.sql new file mode 100644 index 00000000..0f6b3a78 --- /dev/null +++ b/antville_dbpatch20020726.sql @@ -0,0 +1 @@ +alter table AV_USER add column USER_EMAIL_ISPUBLIC tinyint(1) null after USER_EMAIL; \ No newline at end of file