Commit a3aa3fc8 authored by Naren Medarametla's avatar Naren Medarametla

Update readme.md

parent 25e6dcb3
...@@ -105,9 +105,9 @@ INSERT INTO endofsale VALUES ( uuid_generate_v4() , ...@@ -105,9 +105,9 @@ INSERT INTO endofsale VALUES ( uuid_generate_v4() ,
```bash ```bash
-- Table: public.offer_meta_data -- Table: public.offer_metadata
-- DROP TABLE public.offer_meta_data; -- DROP TABLE public.offer_metadata;
CREATE TABLE offer_metadata CREATE TABLE offer_metadata
( (
...@@ -124,7 +124,7 @@ CREATE TABLE offer_metadata ...@@ -124,7 +124,7 @@ CREATE TABLE offer_metadata
TABLESPACE pg_default; TABLESPACE pg_default;
ALTER TABLE public.offer_meta_data ALTER TABLE public.offer_metadata
OWNER to "user"; OWNER to "user";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment