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:
creations 2025-03-06 13:57:43 -05:00
parent 6fdc82dd49
commit 94ba46cc2d
Signed by: creations
GPG key ID: 8F553AA4320FC711
11 changed files with 295 additions and 101 deletions

2
types/char.d.ts vendored
View file

@ -7,3 +7,5 @@ type DurationObject = {
minutes: number;
seconds: number;
};
type UUID = `${string}-${string}-${string}-${string}-${string}`;