topic/cleaning #4

Merged
shah merged 23 commits from topic/cleaning into master 2022-05-31 14:53:59 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ec4a40e72f - Show all commits

View file

@ -1,7 +1,7 @@
export NAME=genitywebapp export NAME=genitywebapp
build: build:
docker-compose build COMPOSE_PROJECT_NAME=genitywebapp docker-compose up --build
run: build run: build
docker-compose up docker-compose up

View file

@ -1 +1 @@
INSERT INTO users (title,created_on) VALUES('shahzad','2013-06-01'); INSERT INTO users (title,created_on, uuid) VALUES('shahzad','2013-06-01', '8272-28292-287292');