Skip to content

Commit 47a554d

Browse files
authored
Merge pull request #126 from fourdim/tenant
Add table prefix and suffix for multi-tenant environment support
2 parents 9f91fd7 + 3aca063 commit 47a554d

File tree

14 files changed

+213
-5
lines changed

14 files changed

+213
-5
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Environment (please complete the following information):**
14+
- OS: [e.g. linux, windows, macosx]
15+
- Database: [e.g. postgres, mysql, sqlite]
16+
- Database driver: [e.g. pq, pgx]
17+
- Jet version [e.g. 2.6.0 or branch name]
18+
19+
**Code snippet**
20+
Query statement and model files of interest.
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: missing feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.

examples/quick-start/.gen/jetdb/dvds/table/actor.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quick-start/.gen/jetdb/dvds/table/category.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quick-start/.gen/jetdb/dvds/table/film.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quick-start/.gen/jetdb/dvds/table/film_actor.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quick-start/.gen/jetdb/dvds/table/film_category.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quick-start/.gen/jetdb/dvds/table/language.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quick-start/.gen/jetdb/dvds/view/actor_info.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quick-start/.gen/jetdb/dvds/view/customer_list.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)