Skip to content

Commit

Permalink
Merge pull request #19 from bitroll-team/dev
Browse files Browse the repository at this point in the history
chore(release): v0.5.0
  • Loading branch information
Woynert authored Oct 25, 2023
2 parents 2f5f0f1 + e7bc6e9 commit 301c319
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.1](https://github.com/bitroll-team/codefest1-users/compare/v0.4.0...v0.4.1) (2023-10-25)


### Bug Fixes

* sql ([adc62d0](https://github.com/bitroll-team/codefest1-users/commit/adc62d0d28a77ba78a58979b45af3a4f820c7c45))



# [0.4.0](https://github.com/bitroll-team/codefest1-users/compare/v0.3.0...v0.4.0) (2023-10-25)


Expand Down
10 changes: 1 addition & 9 deletions sql/migrations/20231024223701_init.up.sql
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
-- CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

-- CREATE TABLE IF NOT EXISTS users (
-- "id" UUID PRIMARY KEY DEFAULT uuid_generate_v4(),
-- "username" VARCHAR(32) UNIQUE,
-- "email" VARCHAR UNIQUE,
-- "full_name" VARCHAR NOT NULL,
-- "password_hash" VARCHAR NOT NULL
-- );
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

CREATE TYPE ROLE AS ENUM ('ADMIN', 'STUDENT', 'TEACHER');

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.0"
"version": "0.4.1"
}

0 comments on commit 301c319

Please sign in to comment.