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

Commit

Permalink
fix: Add messages config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Dec 30, 2023
1 parent a9d1257 commit 8b8a0fa
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/tmp.sql

This file was deleted.

29 changes: 29 additions & 0 deletions tm_admin/messages/messages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
# This file is used to generate the full SQL to create database
# tables, as well as the protobuf files.

- messages:
- id:
- int32
- required: true
- share: true
- sequence: true
- unique: true
- message:
- string
- subject:
- string
- from_user_id:
- int64
- to_user_id:
- int64
- date:
- timestamp
- read:
- bool
- message_type:
- int32
- project_id:
- int32
- task_id:
- int32

0 comments on commit 8b8a0fa

Please sign in to comment.