[Notice] Announcing the End of Demo Server [Read me]
--- conf/evolutions/default/3.sql
+++ conf/evolutions/default/3.sql
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 |
# --- !Ups |
2 | 2 |
create unique index uq_n4user_1 on n4user (login_id); |
3 |
-create index ix_notification_event_created on notification_event (created DESC) |
|
3 |
+create index ix_notification_event_created on notification_event (created DESC); |
|
4 | 4 |
create index ix_watch_resource_id_resource_type on watch(resource_id, resource_type); |
5 | 5 |
create index ix_unwatch_resource_id_resource_type on unwatch(resource_id, resource_type); |
6 | 6 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?