From d42cbb24739d20c69951a9279ffd3283b591befa Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Tue, 19 Apr 2022 21:36:09 -0500 Subject: [PATCH] make newline at end of file --- migrations/cdserver/4_nt_footrace_parrot.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/cdserver/4_nt_footrace_parrot.sql b/migrations/cdserver/4_nt_footrace_parrot.sql index b1e7e012..3d549815 100644 --- a/migrations/cdserver/4_nt_footrace_parrot.sql +++ b/migrations/cdserver/4_nt_footrace_parrot.sql @@ -1,3 +1,3 @@ UPDATE ComponentsRegistry SET component_id = 12702 WHERE id = 12916 AND component_type = 2; UPDATE ComponentsRegistry SET component_id = 6280 WHERE id = 12916 AND component_type = 3; -UPDATE ComponentsRegistry SET component_id = 1791 WHERE id = 12916 AND component_type = 7; \ No newline at end of file +UPDATE ComponentsRegistry SET component_id = 1791 WHERE id = 12916 AND component_type = 7;