initial commit
This commit is contained in:
commit
8e478ac099
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
csv/trash
|
||||||
|
csv/.~lock*
|
1
csv/periodes.dist.csv
Normal file
1
csv/periodes.dist.csv
Normal file
@ -0,0 +1 @@
|
|||||||
|
id,fullname,openingdate,closingdate,closingmotive,origin,remark,intensity,referrer,job,acp_scopes,text_address,personlocation,addresslocation,acp_socialissues,comment1_content,comment2_content,comment3_content,comment4_content,comment5_content,endcol
|
|
1
csv/personnes.dist.csv
Normal file
1
csv/personnes.dist.csv
Normal file
@ -0,0 +1 @@
|
|||||||
|
id,civility,lastname,firstname,gender,gendercomment,nationality,memo,birthdate,place_of_birth,countryofbirth,deathdate,email,phonenumber,mobilenumber,contactinfo,street,extra,streetnumber,postcode,country,validfrom,maritalstatus,maritalstatuscomment,numberofchildren,household_composition_type,household_position,household_startdate,endcol
|
|
23
sql-import/import.sql
Normal file
23
sql-import/import.sql
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
--
|
||||||
|
-- CHILL REPRISE DE DONNEES
|
||||||
|
-- version v0.1
|
||||||
|
--
|
||||||
|
-- /!\
|
||||||
|
-- * Avant de migrer (UP), il faut d'abord importer les codes postaux !!!
|
||||||
|
-- * On essaie de matcher le canvas csv et le script
|
||||||
|
--
|
||||||
|
|
||||||
|
|
||||||
|
--
|
||||||
|
-- UP
|
||||||
|
--
|
||||||
|
|
||||||
|
|
||||||
|
--
|
||||||
|
-- DOWN
|
||||||
|
--
|
||||||
|
|
||||||
|
|
||||||
|
--
|
||||||
|
-- SELECT
|
||||||
|
--
|
Loading…
Reference in New Issue
Block a user