004.Added new RPi machines
parent
206f2b89d2
commit
2e88564d21
|
@ -0,0 +1,13 @@
|
|||
if not exists (select top 1 1 from Machine where MachineName = '***REMOVED***')
|
||||
begin
|
||||
insert into Machine(MachineName, FullMachineName, MACAddress, IPv4Address, [Description])
|
||||
select '***REMOVED***', '***REMOVED***', '***REMOVED***', '***REMOVED***', 'Raspberry Pi 4 Model B/8GB'
|
||||
end
|
||||
go
|
||||
|
||||
if not exists (select top 1 1 from Machine where MachineName = '***REMOVED***')
|
||||
begin
|
||||
insert into Machine(MachineName, FullMachineName, MACAddress, IPv4Address, [Description])
|
||||
select '***REMOVED***', '***REMOVED***', '***REMOVED***', '***REMOVED***', 'Raspberry Pi Zero W'
|
||||
end
|
||||
go
|
Loading…
Reference in New Issue