Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Dec 21, 2023
1 parent 66be60e commit c9b6c1e
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (;).
* <p>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 = {
Expand Down

0 comments on commit c9b6c1e

Please sign in to comment.