Opened 13 years ago
Closed 13 years ago
#399 closed task (fixed)
MediaEntry.media_data integration
Reported by: | Christopher Allan Webber | Owned by: | Elrond |
---|---|---|---|
Priority: | major | Milestone: | 0.3.0 |
Component: | component1 | Keywords: | sql |
Cc: | Parent Tickets: |
Description
We now have a setup so that individual media types have their own migrations and tables. Which means that integrating MediaGoblin.media_data as a separate table that links to the main table should be very possible.
The main things in this ticket are:
- make sure the mediadata for all currently bundled types are written right
- Set up MediaEntry.media_data to pull up the right row from the right table!
Change History (3)
comment:1 by , 13 years ago
Keywords: | sql added |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
Okay, exif is missing. I'm just now working on that.
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Pretty sure this is fixed, including exif stuff!
... and decide on how to get the already existing data in there.
There are two main options:
1) Possibly apply some mongo migrations first, so that mongo looks more like what we will have later in the sql world (I somewhat would prefer that, no idea why)
2) Apply the "migration" on the fly in the converter script *and* change the using code in the same step.