Navigation Menu

Skip to content

Commit

Permalink
Remove migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 28, 2015
1 parent 49be9f7 commit 53fddca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 80 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -11,8 +11,9 @@ EXTENSION_VERSION = \
$(shell grep default_version $(EXTENSION).control | \
sed -e "s/^.*'\([0-9.]*\)'$$/\1/")
DATA = \
pgroonga--$(EXTENSION_VERSION).sql \
$(shell echo pgroonga--*--*.sql)
pgroonga--$(EXTENSION_VERSION).sql
# $(shell echo pgroonga--*--*.sql)

PG_CPPFLAGS = $(shell pkg-config --cflags $(GROONGA_PKG))
SHLIB_LINK = $(shell pkg-config --libs $(GROONGA_PKG)) -lm
REGRESS = $(shell find sql -name '*.sql' | sed -e 's,\(^sql/\|\.sql$$\),,g')
Expand Down
30 changes: 0 additions & 30 deletions pgroonga--0.8.0--0.9.0.sql

This file was deleted.

48 changes: 0 additions & 48 deletions pgroonga--0.9.0--1.0.0.sql

This file was deleted.

0 comments on commit 53fddca

Please sign in to comment.