goos added. Configs need
This commit is contained in:
+1
-1
@@ -10,4 +10,4 @@ func main() {
|
||||
initializers.InitChiRouting()
|
||||
initializers.InitDBconnection()
|
||||
slog.Info("End")
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
CREATE TABLE IF NOT EXISTS users(
|
||||
id UUID PRIMARY KEY NOT NULL,
|
||||
Id UUID PRIMARY KEY NOT NULL,
|
||||
name VARCHAR(50) NOT NULL,
|
||||
email VARCHAR(50),
|
||||
password VARCHAR(1000) NOT NULL,
|
||||
Reference in New Issue
Block a user