Skip to content

Commit

Permalink
trying again with the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Dec 21, 2023
1 parent bb03f5a commit 66be60e
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
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
Expand Down

0 comments on commit 66be60e

Please sign in to comment.