remove all drops from sql files, add triggers and functions for updated_at, added files and folder tables, update some types
This commit is contained in:
parent
6fdc82dd49
commit
94ba46cc2d
11 changed files with 295 additions and 101 deletions
2
types/char.d.ts
vendored
2
types/char.d.ts
vendored
|
@ -7,3 +7,5 @@ type DurationObject = {
|
|||
minutes: number;
|
||||
seconds: number;
|
||||
};
|
||||
|
||||
type UUID = `${string}-${string}-${string}-${string}-${string}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue