Author: brosner
Date: Fri Sep 12 23:27:46 2008
New Revision: 879
Modified:
trunk/pinax/sql_changelog.txt
Log:
Added the SQL migration code for on_site in recent notification change.
Modified: trunk/pinax/sql_changelog.txt
==============================================================================
--- trunk/pinax/sql_changelog.txt (original)
+++ trunk/pinax/sql_changelog.txt Fri Sep 12 23:27:46 2008
@@ -92,4 +92,8 @@
ALTER TABLE blog_post ALTER author_id SET NOT NULL;
## model change to oembed
-ALTER TABLE oembed_storedoembed ALTER COLUMN match TYPE text;
\ No newline at end of file
+ALTER TABLE oembed_storedoembed ALTER COLUMN match TYPE text;
+
+## add on_site to Notice in notification
+
+ALTER TABLE notification_notice ADD COLUMN on_site BOOLEAN NOT NULL
DEFAULT 't';
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---