Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Add config file for campaigns
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Dec 27, 2023
1 parent 400c6b0 commit 2bc8468
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tm_admin/campaigns/campaigns.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
# This file is used to generate the full SQL to create database
# tables, as well as the protobuf files.

- campaigns:
- id:
- int32
- name:
- string
- required: true
- logo:
- string
- url:
- string
- description:
- string
- projects:
- int32
- array: true
- organizations:
- int32
- array: true

0 comments on commit 2bc8468

Please sign in to comment.