redash/migrations
2015-11-07 17:52:32 +00:00
..
0001_allow_delete_query.py Fix: migrations stopped working due to peewee upgrade 2015-03-09 16:55:55 +02:00
0002_fix_timestamp_fields.py Fix #263: timestamp fields should be with time zone 2015-02-23 09:02:16 +02:00
0003_update_data_source_config.py Fix migration & query runner for mysql 2015-03-09 08:58:03 +02:00
0004_allow_null_in_event_user.py Record event when accessing query result from API 2015-03-12 11:43:21 +02:00
0005_add_updated_at.py Add updated_at timestamp to visualization, query, dashboard and users models 2015-03-22 12:58:26 +02:00
0006_queries_last_edit_by.py Allow anyone to edit any query & show who edited it 2015-03-22 13:22:11 +02:00
0007_add_schedule_to_queries.py Change query ttl field to be a string and named schedule. 2015-04-01 11:23:26 +03:00
0008_make_ds_name_unique.py Fix migration numbering (there is 0007 already) 2015-04-18 22:46:42 +03:00
0009_add_api_key_to_user.py Feature: support for per user api keys 2015-07-08 20:59:07 +03:00
0010_allow_deleting_datasources.py Feature: web interface to edit datasources 2015-07-26 10:24:08 +03:00
0010_create_alerts.py Feature: alerts for query results. 2015-07-22 17:05:31 +03:00
0011_migrate_bigquery_to_json.py Feature: web interface to edit datasources 2015-07-26 10:24:08 +03:00
0012_add_list_users_permission.py Users UI. 2015-09-06 10:15:25 +03:00
0013_update_counter_options.py Make the counter migration safer. 2015-09-09 09:57:54 +03:00
0014_migrate_existing_es_to_kibana.py Code review fix. 2015-10-13 20:14:58 -07:00
0015_add_schedule_query_permission.py Add schedule_query permission 2015-11-07 17:52:32 +00:00
add_created_at_field.py Migrations folder 2014-02-06 21:02:13 +02:00
add_global_filters_to_dashboard.py fix add_global_filters_to_dashboard migration script 2014-07-28 12:15:08 +03:00
add_password_to_users.py Add flask_login and use it for managing authentication 2014-03-02 14:42:13 +02:00
add_permissions_to_user.py Change roles to permissions 2014-03-12 12:45:12 +02:00
add_queue_name_to_data_source.py Update migration for new structure 2014-06-18 20:24:53 +03:00
add_text_to_widgets.py fix migration add_text_to_widgets 2014-07-28 16:27:23 +03:00
add_view_query_permission.py Migration for new permission 2014-04-06 19:16:18 +03:00
change_queries_description_to_nullable.py Fix: allow queries.description to be null. 2014-02-13 19:08:35 +02:00
change_query_id_on_widgets_to_null.py Migratino to set Widget.type and Widget.query_id to nullables 2014-02-09 14:33:05 +02:00
create_activity_log.py Removing unneeded imports in migration script 2014-03-04 13:12:43 +00:00
create_data_sources.py Add data source to QueryResult 2014-03-19 12:57:42 +02:00
create_events.py Events model 2014-07-09 18:33:21 +03:00
create_users.py Use of user object (fix views, update migrations and some). 2014-02-22 14:43:00 +02:00
create_visualizations.py There is no bar chart type -- it's column. 2014-02-09 20:03:32 +02:00
permissions_migration.py Update migration for new structure 2014-06-18 20:24:53 +03:00