Skip to content

Commit

Permalink
POSReady 2009 SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwrtank18 committed Aug 2, 2024
1 parent 2d64603 commit 29f4a29
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions umskt.db
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ INSERT INTO ChannelRanges VALUES(310,106,50,70,NULL);
INSERT INTO ChannelRanges VALUES(313,107,100,199,NULL);
INSERT INTO ChannelRanges VALUES(314,108,940,960,NULL);
INSERT INTO ChannelRanges VALUES(315,109,900,900,NULL);
INSERT INTO ChannelRanges VALUES(316,110,620,620,NULL);
CREATE TABLE IF NOT EXISTS "BINKs"
(
ID INTEGER
Expand Down Expand Up @@ -374,6 +375,7 @@ INSERT INTO BINKs VALUES(119,106,'0D');
INSERT INTO BINKs VALUES(120,107,'0D');
INSERT INTO BINKs VALUES(121,108,'0D');
INSERT INTO BINKs VALUES(122,109,'0D');
INSERT INTO BINKs VALUES(123,110,'0D');
CREATE TABLE IF NOT EXISTS "SerialRanges"
(
ID INTEGER
Expand Down Expand Up @@ -547,11 +549,12 @@ INSERT INTO products VALUES(106,'Windows XP Embedded',NULL,'Volume','SP2','Toolk
INSERT INTO products VALUES(107,'Windows Embedded 2009','Standard','Evaluation','SP3','Runtime','x86');
INSERT INTO products VALUES(108,'Windows Embedded 2009','Standard','Volume','SP3','Runtime','x86');
INSERT INTO products VALUES(109,'Windows Embedded 2009','Standard','Volume','SP3','Toolkit','x86');
INSERT INTO products VALUES(110,'Windows Embedded 2009','POSReady','Volume','SP3',NULL,'x86');
DELETE FROM sqlite_sequence;
INSERT INTO sqlite_sequence VALUES('BINKs',122);
INSERT INTO sqlite_sequence VALUES('ChannelRanges',315);
INSERT INTO sqlite_sequence VALUES('BINKs',123);
INSERT INTO sqlite_sequence VALUES('ChannelRanges',316);
INSERT INTO sqlite_sequence VALUES('SerialRanges',54);
INSERT INTO sqlite_sequence VALUES('products',109);
INSERT INTO sqlite_sequence VALUES('products',110);
CREATE VIEW FullView as
WITH NotesCTE AS (
SELECT
Expand Down

0 comments on commit 29f4a29

Please sign in to comment.