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 = {