From 66be60e9eb52f6b1da28016d14e3761546ffbcc1 Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Thu, 21 Dec 2023 11:04:09 -0600 Subject: [PATCH] trying again with the formatting --- .../common/configuration/SqlMigrations.java | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 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 c11563ce3e..bac0ddc691 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 @@ -14,16 +14,17 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -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. +package org.photonvision.common.configuration; -You can use multiple SQL statements in one migration step as long as you separate them -with a semicolon (;). -*/ +/** + * 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 (;). + */ public final class SqlMigrations { public static final String[] SQL = { // #1 - initial schema