Monorepo for Tangled tangled.org

appview: add repo_did columns, migrations, and model struct fields #1138

open opened by oyster.cafe targeting master from oyster.cafe/tangled-core: master
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:3fwecdnvtcscjnrx2p4n7alz/sh.tangled.repo.pull/3mgprvt2ejx22
+32 -32
Interdiff #1 #2
+32 -32
appview/db/db.go
··· 1255 1255 return err 1256 1256 }) 1257 1257 1258 + return &DB{ 1259 + db, 1260 + logger, 1261 + 1262 + 1263 + 1264 + 1265 + 1266 + 1267 + 1268 + 1269 + 1270 + 1271 + 1272 + 1273 + 1274 + 1275 + 1276 + 1277 + 1278 + 1279 + 1280 + 1281 + 1282 + 1283 + 1284 + 1285 + 1286 + 1287 + return err 1288 + }) 1289 + 1258 1290 orm.RunMigration(conn, logger, "add-repo-did-column", func(tx *sql.Tx) error { 1259 1291 _, err := tx.Exec(` 1260 1292 alter table repos add column repo_did text; ··· 1573 1605 return err 1574 1606 }) 1575 1607 1576 - return &DB{ 1577 - db, 1578 - logger, 1579 - 1580 - 1581 - 1582 - 1583 - 1584 - 1585 - 1586 - 1587 - 1588 - 1589 - 1590 - 1591 - 1592 - 1593 - 1594 - 1595 - 1596 - 1597 - 1598 - 1599 - 1600 - 1601 - 1602 - 1603 - 1604 - 1605 - return err 1606 - }) 1607 - 1608 1608 return &DB{ 1609 1609 db, 1610 1610 logger,
appview/models/artifact.go

This file has not been changed.

appview/models/collaborator.go

This file has not been changed.

appview/models/issue.go

This file has not been changed.

appview/models/language.go

This file has not been changed.

appview/models/pipeline.go

This file has not been changed.

appview/models/pull.go

This file has not been changed.

appview/models/repo.go

This file has not been changed.

appview/models/star.go

This file has not been changed.

appview/models/webhook.go

This file has not been changed.

History

12 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
merge conflicts detected
expand
  • go.mod:34
  • go.sum:339
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 0 comments
1 commit
expand
appview: add repo_did to repos/stars/pipelines tables, update queries
expand 1 comment
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments
1 commit
expand
appview: add repo_did columns, migrations, and model struct fields
expand 0 comments