Skip to content
Snippets Groups Projects
Commit 0f257624 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

removed primary-key attrib from ID in reloc table, as that's not how it was...

removed primary-key attrib from ID in reloc table, as that's not how it was being used.  probaby should fix it to actually be primary key, but a job for antoher day.  see issue 18 in irdb_transforms


Former-commit-id: 02cbee330e94238216a95a46e490c4fc80a52cae
parent 1b20d11f
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ CREATE TABLE #ITN#
CREATE TABLE #RTN#
(
reloc_id SERIAL PRIMARY KEY, -- id in the table
reloc_id integer, -- id in the table
reloc_offset integer DEFAULT 0, -- how far into the object/instruction is the relocation
reloc_type text DEFAULT '', -- what type is the relocation.
instruction_id integer DEFAULT -1, -- the object/instruction for this reloc, field name is anachronistic.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment