branch feature/spgeed updated (8150f004 -> 9543be3e)
This is an automated email from the git hooks/post-receive script. New change to branch feature/spgeed in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 8150f004 adding appearing properties new 9543be3e using bold The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9543be3e052520cd0d81c1e8f3c73f31a58dcbc5 Author: Killian <killian.herbreteau@epitech.eu> Date: Mon Nov 18 14:30:02 2019 +0100 using bold Summary of changes: spgeedDAO.md | 56 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 27 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/spgeed in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 9543be3e052520cd0d81c1e8f3c73f31a58dcbc5 Author: Killian <killian.herbreteau@epitech.eu> Date: Mon Nov 18 14:30:02 2019 +0100 using bold --- spgeedDAO.md | 56 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/spgeedDAO.md b/spgeedDAO.md index a30c9007..a1d01039 100644 --- a/spgeedDAO.md +++ b/spgeedDAO.md @@ -170,34 +170,36 @@ To find table column type this command under your PostgreSQL data base: ``` sql $> \d PollenUser ``` -##### Table "public.pollenuser" -| Column | Type | Appear | -|---------------------|:---------------------------:|:------:| -| topiaid | character varying(255) | $true | -| topiaversion | bigint | $true | -| topiacreatedate | timestamp without time zone | $true | -| name | character varying(255) | $true | -| administrator | boolean | $true | -| language | character varying(255) | $true | -| password | character varying(255) | $true | -| salt | character varying(255) | $true | -| banned | boolean | $true | -| gtuvalidationdate | timestamp without time zone | $true | -| premiumto | timestamp without time zone | $true | -| avatar | character varying(255) | $false | -| defaultemailaddress | character varying(255) | $false | -| cancreatepoll | boolean | $true | +Table "public.pollenuser" + +| Column | Type | Appear | +|---------------------|:---------------------------:|:---------:| +| topiaid | character varying(255) | **true** | +| topiaversion | bigint | **true** | +| topiacreatedate | timestamp without time zone | **true** | +| name | character varying(255) | **true** | +| administrator | boolean | **true** | +| language | character varying(255) | **true** | +| password | character varying(255) | **true** | +| salt | character varying(255) | **true** | +| banned | boolean | **true** | +| gtuvalidationdate | timestamp without time zone | **true** | +| premiumto | timestamp without time zone | **true** | +| avatar | character varying(255) | **false** | +| defaultemailaddress | character varying(255) | **false** | +| cancreatepoll | boolean | **true** | ``` sql $> \d PollenUserEmailAddress ``` -##### Table "public.pollenuseremailaddress" -| Column | Type | Appear | -|-----------------|:---------------------------:|:------:| -| topiaid | character varying(255) | $true | -| topiaversion | bigint | $true | -| topiacreatedate | timestamp without time zone | $true | -| emailaddress | character varying(255) | $true | -| pollenuser | character varying(255) | $true | -| pgppublickey | text | $true | -| validated | boolean | $true | \ No newline at end of file +Table "public.pollenuseremailaddress" + +| Column | Type | Appear | +|-----------------|:---------------------------:|:---------:| +| topiaid | character varying(255) | **true** | +| topiaversion | bigint | **true** | +| topiacreatedate | timestamp without time zone | **true** | +| emailaddress | character varying(255) | **true** | +| pollenuser | character varying(255) | **true** | +| pgppublickey | text | **true** | +| validated | boolean | **true** | \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm