Ok - trying it out I get an error.
I put the extension page_group_permissions in my vendor/extensions
folder and ran (from my $RADIANT_HOME):
# rake db:migrate:extensions
got:
(in /opt/radiant)
rake aborted!
PGError: ERROR: relation "extension_meta" does not exist
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = 'extension_meta'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
(See full trace by running task with --trace)
please help.
Thanks,
Chaim
Sean Cribbs wrote:
> Migrations are idempotent. That is, it doesn't hurt anything to run
> them again if you're unsure.
>
> Sean
>
> Chaim Kirby wrote:
>> Nate Turnage wrote:
>>
>>> On Thu, Jan 29, 2009 at 12:23 PM, Jeroen Janssen
>>> <[email protected]>wrote:
>>>
>>>
>>>> rake db:migrate:extensions
>>>> rake radiant:extensions:update_all
>>>>
>>>>
>>> Or if you don't want to migrate extensions after they have already been
>>> migrated, assuming the extension is called "templates," this works:
>>>
>>> rake radiant:extensions:templates:migrate
>>> rake radiant:extensions:templates:update
>>>
>>>
>>>
>>> ~Nate
>>>
>> How do I know if I want to migrate or not?
>>
>> Chaim
>>
>>
>> _______________________________________________
>> Radiant mailing list
>> Post: [email protected]
>> Search: http://radiantcms.org/mailing-list/search/
>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>>
>>
>
> _______________________________________________
> Radiant mailing list
> Post: [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant