Add initial journal file for PostgreSQL dialect version 7

- Created a new JSON file `_journal.json` to track changes and entries.
- Included metadata such as version, dialect, and a sample entry with breakpoints enabled.
This commit is contained in:
Victor Noguera
2026-05-25 12:33:14 -04:00
parent 923ebbaec5
commit f512f1d3d5
3 changed files with 2307 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1779726518779,
"tag": "0000_adorable_shiver_man",
"breakpoints": true
}
]
}