NobGit
public anord read

Ledger

Why work hard when you can work easier?

Languages

Repository composition by tracked source files.

TypeScript
TypeScript 86% CSS 10% SQL 3% Shell 1% HTML 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/anord/ledger.git
ssh://[email protected]:2222/orgs/anord/ledger.git

Trace

apps/api/src/db/migrations/003_footer_links.sql

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

003_footer_links.sql on main
Author Date Commit Line Code
Alex Nord 3 months ago b71e6dd

Fixing loading issue when putting Ledger behind domain

Full commit hash
b71e6dd42f7e2cd7409b68365a17c561433e6687
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
1
ALTER TABLE branding_settings
Open commit View diff
1 ALTER TABLE branding_settings
same change b71e6dd

Fixing loading issue when putting Ledger behind domain

Full commit hash
b71e6dd42f7e2cd7409b68365a17c561433e6687
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
2
ADD COLUMN IF NOT EXISTS footer_links JSONB NOT NULL DEFAULT '[]'::jsonb;
Open commit View diff
2 ADD COLUMN IF NOT EXISTS footer_links JSONB NOT NULL DEFAULT '[]'::jsonb;