liquid_feedback_core

changeset 246:dc644643db99

Backported fix of future version to update script to v2.0.0 to be able to include unused invite codes in member table
author jbe
date Thu May 10 22:58:25 2012 +0200 (2012-05-10)
parents 8423373fbadd
children 4b8cc6fc2d00
files update/core-update.v1.4.0-v2.0.0.sql
line diff
     1.1 --- a/update/core-update.v1.4.0-v2.0.0.sql	Thu May 10 22:44:13 2012 +0200
     1.2 +++ b/update/core-update.v1.4.0-v2.0.0.sql	Thu May 10 22:58:25 2012 +0200
     1.3 @@ -14,6 +14,9 @@
     1.4  ALTER TABLE "member" ALTER COLUMN "active" SET DEFAULT FALSE;
     1.5  ALTER TABLE "member" ADD COLUMN "formatting_engine" TEXT;
     1.6  
     1.7 +-- Backported fix of future version to include unused invite codes in member table:
     1.8 +ALTER TABLE "member" ALTER COLUMN "name" DROP NOT NULL;
     1.9 +
    1.10  COMMENT ON COLUMN "member"."created"           IS 'Creation of member record and/or invite code';
    1.11  COMMENT ON COLUMN "member"."invite_code"       IS 'Optional invite code, to allow a member to initialize his/her account the first time';
    1.12  COMMENT ON COLUMN "member"."admin_comment"     IS 'Hidden comment for administrative purposes';

Impressum / About Us