- 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.
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1779726518779,
|
|
"tag": "0000_adorable_shiver_man",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |