Skip to content

Commit

Permalink
Merge pull request #19 from munakoiso/fix_makefile
Browse files Browse the repository at this point in the history
Add missed upgrade file into Makefile
  • Loading branch information
munakoiso authored Feb 8, 2023
2 parents 9ea8b01 + ef410ed commit ea27e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXTENSION = logerrors
MODULE_big = logerrors
DATA = logerrors--1.0.sql logerrors--1.0--1.1.sql logerrors--1.1--2.0.sql
DATA = logerrors--1.0.sql logerrors--1.0--1.1.sql logerrors--1.1--2.0.sql logerrors--2.0--2.1.sql
OBJS = logerrors.o
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down

0 comments on commit ea27e55

Please sign in to comment.