Changes between Initial Version and Version 2 of Ticket #914
- Timestamp:
- Jul 12, 2014, 8:38:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #914
- Property Keywords test added
-
Ticket #914 – Description
initial v2 19 19 }}} 20 20 21 After fixing this, please make sure the migrations still work. 21 When 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 }}} 27 This code might be useless. 28 29 30 After fixing all of this, please make sure the migrations still work.