issue conflict resolved

This commit is contained in:
Shaz hemani 2020-09-11 19:11:00 +05:00
parent 024ca0ef4b
commit ec4a40e72f
No known key found for this signature in database
GPG key ID: 976B8B017678D5AC
2 changed files with 2 additions and 2 deletions

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');