Skeleton & watermark
This commit is contained in:
@@ -90,6 +90,16 @@ ALTER TYPE public.user_rank_enum OWNER TO kabano;
|
|||||||
-- Name: content_comment_photos; Type: TABLE; Schema: public; Owner: kabano
|
-- Name: content_comment_photos; Type: TABLE; Schema: public; Owner: kabano
|
||||||
--
|
--
|
||||||
|
|
||||||
|
CREATE SEQUENCE public.content_comment_photos_id_seq
|
||||||
|
AS integer
|
||||||
|
START WITH 1
|
||||||
|
INCREMENT BY 1
|
||||||
|
NO MINVALUE
|
||||||
|
NO MAXVALUE
|
||||||
|
CACHE 1;
|
||||||
|
|
||||||
|
ALTER SEQUENCE public.content_comment_photos_id_seq OWNER TO kabano;
|
||||||
|
|
||||||
CREATE TABLE public.content_comment_photos (
|
CREATE TABLE public.content_comment_photos (
|
||||||
id integer NOT NULL,
|
id integer NOT NULL,
|
||||||
comment_id integer NOT NULL,
|
comment_id integer NOT NULL,
|
||||||
|
|||||||
BIN
public/medias/watermark.png
Normal file
BIN
public/medias/watermark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
Reference in New Issue
Block a user