diff --git a/.gitattributes b/.gitattributes
index f29549ea0751a5471fc35369d4c4b05c012bfc29..dc61e607693ed38feb11c1457d844d85918c8275 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2156,6 +2156,7 @@ cosmogramme/sql/patch/patch_162.sql -text
 cosmogramme/sql/patch/patch_163.sql -text
 cosmogramme/sql/patch/patch_164.sql -text
 cosmogramme/sql/patch/patch_165.sql -text
+cosmogramme/sql/patch/patch_166.sql -text
 cosmogramme/storm_init.php -text
 cosmogramme/tests/bootstrap.php -text
 cosmogramme/tests/php/classes/IndexationTest.php -text
diff --git a/cosmogramme/sql/patch/patch_166.sql b/cosmogramme/sql/patch/patch_166.sql
new file mode 100644
index 0000000000000000000000000000000000000000..727dd0e1f12390520507de5bfc786c03db9a6dc0
--- /dev/null
+++ b/cosmogramme/sql/patch/patch_166.sql
@@ -0,0 +1,5 @@
+alter table lieux add latitude varchar(25);
+alter table lieux add longitude varchar(25);
+alter table lieux add telephone varchar(25);
+alter table lieux add mail varchar(50);
+alter table lieux add url varchar(255);