File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ ${opt.postgraphile ? `\
2626COMMENT ON FUNCTION "${ opt . schema } ".is_bcp_47_tag IS E'@omit';
2727` : '' }
2828
29+ -- todo [breaking]: remove
2930CREATE OR REPLACE FUNCTION "${ opt . schema } ".is_valid_lang_code(
3031 input TEXT
3132)
Original file line number Diff line number Diff line change 11{
22 "name" : " gtfs-via-postgres" ,
33 "description" : " Process GTFS using PostgreSQL." ,
4- "version" : " 4.10.0 " ,
4+ "version" : " 4.10.1 " ,
55 "main" : " lib/index.js" ,
66 "bin" : {
77 "gtfs-to-sql" : " cli.js" ,
3131 "author" : " Jannis R <mail@jannisr.de>" ,
3232 "contributors" : [
3333 " Daniel Langbein <daniel@systemli.org>" ,
34- " Magnus Burton <magnus.burton@me.com>"
34+ " Magnus Burton <magnus.burton@me.com>" ,
35+ " smohiudd <saadiq@developmentseed.org>"
3536 ],
3637 "homepage" : " https://github.com/public-transport/gtfs-via-postgres/tree/4.9.0" ,
3738 "repository" : {
You can’t perform that action at this time.
0 commit comments