From c9b6c1ed45121fb6e00da14fe9c0abb037fc0e55 Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Thu, 21 Dec 2023 11:06:48 -0600 Subject: [PATCH] and again --- .../photonvision/common/configuration/SqlMigrations.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/photon-core/src/main/java/org/photonvision/common/configuration/SqlMigrations.java b/photon-core/src/main/java/org/photonvision/common/configuration/SqlMigrations.java index bac0ddc691..76c69cde1a 100644 --- a/photon-core/src/main/java/org/photonvision/common/configuration/SqlMigrations.java +++ b/photon-core/src/main/java/org/photonvision/common/configuration/SqlMigrations.java @@ -18,12 +18,11 @@ package org.photonvision.common.configuration; /** - * Add migrations by adding the SQL commands for each migration sequentially to this array. - * DO NOT edit or delete existing SQL commands. That will lead to producing an icompatible - * database. + * Add migrations by adding the SQL commands for each migration sequentially to this array. DO NOT + * edit or delete existing SQL commands. That will lead to producing an icompatible database. * - * You can use multiple SQL statements in one migration step as long as you separate them - * with a semicolon (;). + *

You can use multiple SQL statements in one migration step as long as you separate them with a + * semicolon (;). */ public final class SqlMigrations { public static final String[] SQL = {