Changes between Initial Version and Version 2 of Ticket #914


Ignore:
Timestamp:
Jul 12, 2014, 8:38:00 PM (10 years ago)
Author:
Elrond
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #914

    • Property Keywords test added
  • Ticket #914 – Description

    initial v2  
    1919}}}
    2020
    21 After fixing this, please make sure the migrations still work.
     21When this is done, please take a look at `add_new_notification_tables()`:
     22{{{
     23    user_table = inspect_table(metadata, 'core__users')
     24    mediaentry_table = inspect_table(metadata, 'core__media_entries')
     25    mediacomment_table = inspect_table(metadata, 'core__media_comments')
     26}}}
     27This code might be useless.
     28
     29
     30After fixing all of this, please make sure the migrations still work.