Skip to content

Commit ca3f38e

Browse files
committed
Atualiza funarte theme
1 parent aa7358d commit ca3f38e

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
url = https://github.com/culturagovbr/theme-MapaMinC.git
1616
[submodule "src/themes/Funarte"]
1717
path = src/themes/Funarte
18-
url = https://github.com/culturagovbr/theme-Funarte.git
18+
url = https://github.com/redemapas/theme-Funarte.git
19+
branch = feature/login-botton

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ db-restore:
8484
$(COMPOSE) exec database bash -c "PGPASSWORD=\$$POSTGRES_PASSWORD psql -h localhost -U mapas -d mapas < /data/dump.sql"
8585
@echo "dump.sql default database dump was restored."
8686

87+
# Run a query to insert a new row into the 'subsite' table
88+
.PHONY: insert-subsite
89+
insert-subsite:
90+
$(COMPOSE) exec database psql -U mapas -d mapas -c "INSERT INTO subsite (id, name, url, alias_url, namespace, create_timestamp, status, agent_id) VALUES (1, 'funarte', 'localhost:4242', 'localhost', 'Funarte', now(), 0, 1);"
91+
@echo "Inserted new row into 'subsite' table with id as 1, url and alias_url as 'localhost:4242', and namespace as 'Funarte'."
92+
8793
# Build the backend service
8894
.PHONY: build-backend
8995
build-backend:

src/plugins/RecreatePCacheOnLogin

src/themes/Funarte

Submodule Funarte updated 58 files

0 commit comments

Comments
 (0)