[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2016-02-16
fix: Fix omitted semi-colon in sql
@8e6d179417f1ded442a2eea4ba7627f96c9f6bb3
conf/evolutions/default/3.sql
--- conf/evolutions/default/3.sql
+++ conf/evolutions/default/3.sql
@@ -1,6 +1,6 @@
 # --- !Ups
 create unique index uq_n4user_1 on n4user (login_id);
-create index ix_notification_event_created on notification_event (created DESC)
+create index ix_notification_event_created on notification_event (created DESC);
 create index ix_watch_resource_id_resource_type on watch(resource_id, resource_type);
 create index ix_unwatch_resource_id_resource_type on unwatch(resource_id, resource_type);
 
Add a comment
List