Skip to content

Commit

Permalink
fix-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
macielti committed Dec 3, 2024
1 parent dacd041 commit fe74240
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
38 changes: 0 additions & 38 deletions dev-resources/gatling/LoadSimulation.scala

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
CREATE TABLE customers (
id UUID PRIMARY KEY,
username VARCHAR(255) NOT NULL,
name VARCHAR(255),
hashed_password VARCHAR(255) NOT NULL
);
CREATE TABLE customers (id UUID PRIMARY KEY, username VARCHAR(255) NOT NULL, name VARCHAR(255), roles TEXT[], hashed_password VARCHAR(255) NOT NULL);

0 comments on commit fe74240

Please sign in to comment.