mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
Added comments for clarity
This commit is contained in:
committed by
Daylon Wilkins
parent
7a3e1025c8
commit
e7ca7cf6dd
@@ -156,6 +156,7 @@ SQL
|
||||
|
||||
@test "triggers: Upgrade dolt_schemas" {
|
||||
rm -rf .dolt
|
||||
# old_dolt_schemas was created using v0.19.1, which is pre-id change
|
||||
cp -a $BATS_TEST_DIRNAME/helper/old_dolt_schemas/. ./.dolt/
|
||||
run dolt sql -q "SELECT * FROM dolt_schemas" -r=csv
|
||||
[ "$status" -eq "0" ]
|
||||
|
||||
@@ -220,6 +220,11 @@ const (
|
||||
// Tags for dolt_schemas table
|
||||
// for info on unaligned constant: https://github.com/dolthub/dolt/pull/663
|
||||
const (
|
||||
// Old tag numbers for reference
|
||||
//DoltSchemasTypeTag = iota + SystemTableReservedMin + uint64(4003)
|
||||
//DoltSchemasNameTag
|
||||
//DoltSchemasFragmentTag
|
||||
|
||||
DoltSchemasIdTag = iota + SystemTableReservedMin + uint64(4007)
|
||||
DoltSchemasTypeTag
|
||||
DoltSchemasNameTag
|
||||
|
||||
Reference in New Issue
Block a user