Skip to content

Commit

Permalink
Fix the Makefile for the new version 2.0 (#19)
Browse files Browse the repository at this point in the history
Reported by: @limpus64
  • Loading branch information
neel5481 authored Oct 27, 2023
1 parent 0c556be commit 5c04341
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
Expand Up @@ -65,7 +65,7 @@ PG_LDFLAGS= -framework IOKit -framework CoreFoundation
endif

EXTENSION = system_stats
DATA = system_stats--1.0.sql uninstall_system_stats.sql
DATA = system_stats--1.0--2.0.sql system_stats--1.0.sql system_stats--2.0.sql uninstall_system_stats.sql
PGFILEDESC = "system_stats - system statistics functions"


Expand Down

0 comments on commit 5c04341

Please sign in to comment.